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:
Grant Sanderson
2018-01-17 21:32:50 -08:00
parent dcb28791c4
commit 2ab57bda97
3 changed files with 65 additions and 46 deletions

View File

@ -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.))