mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 20:43:56 +08:00
Most of the restructuring for how scenes hold mobjects is done, just need to handle the trickiness of Scene.remove
This commit is contained in:
@ -43,7 +43,7 @@ DEFAULT_MOBJECT_TO_MOBJECT_BUFFER = MED_SMALL_BUFF
|
||||
#All in seconds
|
||||
DEFAULT_ANIMATION_RUN_TIME = 1.0
|
||||
DEFAULT_POINTWISE_FUNCTION_RUN_TIME = 3.0
|
||||
DEFAULT_wait_TIME = 1.0
|
||||
DEFAULT_WAIT_TIME = 1.0
|
||||
|
||||
|
||||
ORIGIN = np.array(( 0., 0., 0.))
|
||||
|
Reference in New Issue
Block a user