Skip to main content

Interface: MappingCameraOptions

Defined in: core/CameraExtensions.ts:876

Options for configuring a MappingCamera.

Extends

Properties

frameHeight?

optional frameHeight: number

Defined in: core/Camera.ts:210

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:208

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

Inherited from

CameraOptions.frameWidth


mappingFunction?

optional mappingFunction: MappingFunction

Defined in: core/CameraExtensions.ts:878

Initial mapping function to apply to coordinates.


position?

optional position: [number, number, number]

Defined in: core/Camera.ts:212

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

Inherited from

CameraOptions.position