Using Camera class instead of displayer module

This commit is contained in:
Grant Sanderson
2016-02-27 12:44:52 -08:00
parent c4c342c406
commit 74517d798d
21 changed files with 93 additions and 103 deletions

View File

@ -9,7 +9,7 @@ from copy import deepcopy
from animation import *
from mobject import *
from constants import *
from region import *
from mobject.region import *
from scene import Scene
RADIUS = SPACE_HEIGHT - 0.1