Intermact API Reference / @intermact/core / Scene3DProps
Interface: Scene3DProps
Defined in: packages/core/src/scene/scene3d.ts:25
3D scene authoring props (design.md §10). coordinate and domain are optional (defaulting to a cartesian unit cube) so transform-only 3D scenes — where the camera frames the content directly — stay terse.
Properties
background?
readonlyoptionalbackground?:string
Defined in: packages/core/src/scene/scene3d.ts:31
Background CSS color for the rendered viewport.
coordinate?
readonlyoptionalcoordinate?:CoordinateSystem3D
Defined in: packages/core/src/scene/scene3d.ts:27
Coordinate system family (default "cartesian").
domain?
readonlyoptionaldomain?:Domain3D
Defined in: packages/core/src/scene/scene3d.ts:29
World-coordinate domain used by Scene3D.coordinate/getAxes.