MotionScript

@motion-script/core


@motion-script/core / RingGeometry3D

Interface: RingGeometry3D

Defined in: render3d/geometry.ts:105

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

innerRadius?

optional innerRadius?: number

Defined in: render3d/geometry.ts:107


outerRadius?

optional outerRadius?: number

Defined in: render3d/geometry.ts:108


params?

optional params?: Record<string, unknown>

Defined in: render3d/geometry.ts:14

Inherited from

Passthrough3D.params


phiSegments?

optional phiSegments?: number

Defined in: render3d/geometry.ts:110


thetaLength?

optional thetaLength?: number

Defined in: render3d/geometry.ts:113


thetaSegments?

optional thetaSegments?: number

Defined in: render3d/geometry.ts:109


thetaStart?

optional thetaStart?: number

Defined in: render3d/geometry.ts:112

Degrees.


type

type: "ring"

Defined in: render3d/geometry.ts:106