MovingCameraScene

Qualified name: manim.scene.moving\_camera\_scene.MovingCameraScene

class MovingCameraScene(camera_class=<class 'manim.camera.moving_camera.MovingCamera'>, **kwargs)[source]

Bases: Scene

This 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.

Methods

get_moving_mobjects

This method returns a list of all of the Mobjects in the Scene that are moving, that are also in the animations passed.

Attributes

camera

time

The time since the start of the scene.

Parameters:
  • camera_class (type[Camera])

  • kwargs (Any)

get_moving_mobjects(*animations)[source]

This method returns a list of all of the Mobjects in the Scene that are moving, that are also in the animations passed.

Parameters:

*animations (Animation) – The Animations whose mobjects will be checked.

Return type:

list[Mobject]