@motion-script/core / BoxGeometry3D
Interface: BoxGeometry3D
Defined in: render3d/geometry.ts:19
Anything not modelled by a named field, assigned straight onto the constructed object. The documented last resort — unsafe by construction (it bypasses the type system, and the renderer treats any change to it as a full rebuild since it cannot know what a given key affects), but it means no author is ever blocked waiting for a field to be modelled here.
Extends
Properties
depth?
optionaldepth?:number
Defined in: render3d/geometry.ts:23
depthSegments?
optionaldepthSegments?:number
Defined in: render3d/geometry.ts:26
height?
optionalheight?:number
Defined in: render3d/geometry.ts:22
heightSegments?
optionalheightSegments?:number
Defined in: render3d/geometry.ts:25
params?
optionalparams?:Record<string,unknown>
Defined in: render3d/geometry.ts:14
Inherited from
type
type:
"box"
Defined in: render3d/geometry.ts:20
width?
optionalwidth?:number
Defined in: render3d/geometry.ts:21
widthSegments?
optionalwidthSegments?:number
Defined in: render3d/geometry.ts:24