MovingCameraScene¶
Qualified name: manim.scene.moving\_camera\_scene.MovingCameraScene
- class MovingCameraScene(camera_class=<class 'manim.camera.moving_camera.MovingCamera'>, **kwargs)[source]¶
Bases:
SceneThis is a Scene, with special configurations and properties that make it suitable for cases where the camera must be moved around.
Note: Examples are included in the moving_camera_scene module documentation, see below in the ‘see also’ section.
See also
Methods
This method returns a list of all of the Mobjects in the Scene that are moving, that are also in the animations passed.
Attributes
cameratimeThe time since the start of the scene.
- Parameters:
camera_class (type[Camera])
kwargs (Any)