This commit is contained in:
syhner 2024-12-13 19:05:48 +00:00 committed by GitHub
parent 0c69ab6a32
commit c13d2a946b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 15 deletions

View file

@ -62,7 +62,7 @@ RIGHT_SIDE: Vect3 = FRAME_X_RADIUS * RIGHT
PI: float = np.pi
TAU: float = 2 * PI
DEG: float = TAU / 360
DEGREES = DEG # Many older animations use teh full name
DEGREES = DEG # Many older animations use the full name
# Nice to have a constant for readability
# when juxtaposed with expressions like 30 * DEG
RADIANS: float = 1

View file

@ -13,7 +13,7 @@ directories:
# to match the directory structure of the path to the
# sourcecode generating that video
mirror_module_path: False
# Manim may write to and read from teh file system, e.g.
# Manim may write to and read from the file system, e.g.
# to render videos and to look for svg/png assets. This
# will specify where those assets live, with a base directory,
# and various subdirectory names within it
@ -101,19 +101,19 @@ sizes:
default_mobject_to_edge_buff: 0.5
default_mobject_to_mobject_buff: 0.25
key_bindings:
pan_3d: 'd'
pan: 'f'
reset: 'r'
quit: 'q' # Together with command
select: 's'
unselect: 'u'
grab: 'g'
x_grab: 'h'
y_grab: 'v'
resize: 't'
color: 'c'
information: 'i'
cursor: 'k'
pan_3d: "d"
pan: "f"
reset: "r"
quit: "q" # Together with command
select: "s"
unselect: "u"
grab: "g"
x_grab: "h"
y_grab: "v"
resize: "t"
color: "c"
information: "i"
cursor: "k"
colors:
blue_e: "#1C758A"
blue_d: "#29ABCA"