Skip to content

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?

readonly optional background?: string

Defined in: packages/core/src/scene/scene3d.ts:31

Background CSS color for the rendered viewport.


coordinate?

readonly optional coordinate?: CoordinateSystem3D

Defined in: packages/core/src/scene/scene3d.ts:27

Coordinate system family (default "cartesian").


domain?

readonly optional domain?: Domain3D

Defined in: packages/core/src/scene/scene3d.ts:29

World-coordinate domain used by Scene3D.coordinate/getAxes.

Intermact v1.0 — 文档覆盖 Phase-1 / Phase-2 / Phase-3(全阶段)