@motion-script/core / CapsuleGeometry3D
Interface: CapsuleGeometry3D
Defined in: render3d/geometry.ts:116
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
capSegments?
optionalcapSegments?:number
Defined in: render3d/geometry.ts:121
height?
optionalheight?:number
Defined in: render3d/geometry.ts:120
Length of the straight mid-section, excluding the caps.
params?
optionalparams?:Record<string,unknown>
Defined in: render3d/geometry.ts:14
Inherited from
radialSegments?
optionalradialSegments?:number
Defined in: render3d/geometry.ts:122
radius?
optionalradius?:number
Defined in: render3d/geometry.ts:118
type
type:
"capsule"
Defined in: render3d/geometry.ts:117