Skip to main content

Interface: SceneOptions

Defined in: core/Scene.ts:42

Options for configuring a Scene.

Extended by

Properties

autoRender?

optional autoRender: boolean

Defined in: core/Scene.ts:58

Enable auto-render on add/remove. Defaults to true.


backgroundColor?

optional backgroundColor: string

Defined in: core/Scene.ts:48

Background color as CSS color string. Defaults to Manim's dark gray (#1C1C1C).


backgroundOpacity?

optional backgroundOpacity: number

Defined in: core/Scene.ts:60

Background opacity (0 = fully transparent, 1 = fully opaque). Defaults to 1. Not supported when exporting to video or GIF formats.


frameHeight?

optional frameHeight: number

Defined in: core/Scene.ts:52

Frame height in world units. Defaults to 8 (Manim standard).


frameWidth?

optional frameWidth: number

Defined in: core/Scene.ts:50

Frame width in world units. Defaults to 14 (Manim standard).


frustumCulling?

optional frustumCulling: boolean

Defined in: core/Scene.ts:56

Enable frustum culling optimization. Defaults to true.


height?

optional height: number

Defined in: core/Scene.ts:46

Canvas height in pixels. Defaults to container height.


targetFps?

optional targetFps: number

Defined in: core/Scene.ts:54

Target frame rate in fps. Defaults to 60.


width?

optional width: number

Defined in: core/Scene.ts:44

Canvas width in pixels. Defaults to container width.