@motion-script/core / TorusKnotGeometry3D
Interface: TorusKnotGeometry3D
Defined in: render3d/geometry.ts:85
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
p?
optionalp?:number
Defined in: render3d/geometry.ts:92
Winding counts — p around the axis, q around the torus.
params?
optionalparams?:Record<string,unknown>
Defined in: render3d/geometry.ts:14
Inherited from
q?
optionalq?:number
Defined in: render3d/geometry.ts:93
radialSegments?
optionalradialSegments?:number
Defined in: render3d/geometry.ts:90
radius?
optionalradius?:number
Defined in: render3d/geometry.ts:87
tube?
optionaltube?:number
Defined in: render3d/geometry.ts:88
tubularSegments?
optionaltubularSegments?:number
Defined in: render3d/geometry.ts:89
type
type:
"torusKnot"
Defined in: render3d/geometry.ts:86