Interface: InteractiveSceneOptions
Defined in: core/InteractiveScene.ts:43
Options for configuring an InteractiveScene.
Extends
Properties
autoRender?
optionalautoRender:boolean
Defined in: core/Scene.ts:58
Enable auto-render on add/remove. Defaults to true.
Inherited from
backgroundColor?
optionalbackgroundColor:string
Defined in: core/Scene.ts:48
Background color as CSS color string. Defaults to Manim's dark gray (#1C1C1C).
Inherited from
backgroundOpacity?
optionalbackgroundOpacity: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.
Inherited from
SceneOptions.backgroundOpacity
colorPaletteToggleKey?
optionalcolorPaletteToggleKey:string
Defined in: core/InteractiveScene.ts:49
Hotkey to toggle color palette. Defaults to 'c'.
enableDragMove?
optionalenableDragMove:boolean
Defined in: core/InteractiveScene.ts:51
Whether drag-to-reposition is enabled. Defaults to true.
enableKeyboardShortcuts?
optionalenableKeyboardShortcuts:boolean
Defined in: core/InteractiveScene.ts:53
Whether keyboard shortcuts are enabled. Defaults to true.
frameHeight?
optionalframeHeight:number
Defined in: core/Scene.ts:52
Frame height in world units. Defaults to 8 (Manim standard).
Inherited from
frameWidth?
optionalframeWidth:number
Defined in: core/Scene.ts:50
Frame width in world units. Defaults to 14 (Manim standard).
Inherited from
frustumCulling?
optionalfrustumCulling:boolean
Defined in: core/Scene.ts:56
Enable frustum culling optimization. Defaults to true.
Inherited from
height?
optionalheight:number
Defined in: core/Scene.ts:46
Canvas height in pixels. Defaults to container height.
Inherited from
selection?
optionalselection:SelectionManagerOptions
Defined in: core/InteractiveScene.ts:45
SelectionManager configuration.
showColorPalette?
optionalshowColorPalette:boolean
Defined in: core/InteractiveScene.ts:47
Whether to show the color palette HUD on launch. Defaults to false.
targetFps?
optionaltargetFps:number
Defined in: core/Scene.ts:54
Target frame rate in fps. Defaults to 60.
Inherited from
width?
optionalwidth:number
Defined in: core/Scene.ts:44
Canvas width in pixels. Defaults to container width.