Moving some functions away from MovingCamera. Soon, all that should be default behavior of Camera

This commit is contained in:
Grant Sanderson 2020-02-04 15:27:50 -08:00
parent 63e5f343a3
commit e185b87195

View file

@ -8,18 +8,7 @@ from manimlib.mobject.types.vectorized_mobject import VGroup
from manimlib.utils.config_ops import digest_config from manimlib.utils.config_ops import digest_config
# TODO, think about how to incorporate perspective # Depricated?
class CameraFrame(VGroup):
CONFIG = {
"width": FRAME_WIDTH,
"height": FRAME_HEIGHT,
"center": ORIGIN,
}
def __init__(self, **kwargs):
pass
class MovingCamera(Camera): class MovingCamera(Camera):
""" """
Stays in line with the height, width and position of it's 'frame', which is a Rectangle Stays in line with the height, width and position of it's 'frame', which is a Rectangle