Skip to main content

Interface: MovingCameraOptions

Defined in: core/CameraExtensions.ts:24

Options for configuring a MovingCamera.

Extends

Properties

frameHeight?

optional frameHeight: number

Defined in: core/Camera.ts:177

Height of the visible frame in world units. Defaults to 8 (Manim standard).

Inherited from

CameraOptions.frameHeight


frameWidth?

optional frameWidth: number

Defined in: core/Camera.ts:175

Width of the visible frame in world units. Defaults to 14 (Manim standard).

Inherited from

CameraOptions.frameWidth


position?

optional position: [number, number, number]

Defined in: core/Camera.ts:179

Initial camera position [x, y, z]. Defaults to [0, 0, 10].

Inherited from

CameraOptions.position


zoom?

optional zoom: number

Defined in: core/CameraExtensions.ts:26

Initial zoom level. Defaults to 1.