Skip to content

Documentation / loaders / StrandOriginAnchor

Type Alias: StrandOriginAnchor

StrandOriginAnchor = [number, number, number]

Defined in: libs/loaders/src/curves/origin.ts:30

The point of a groom's bounding box that import moves onto the origin.

Remarks

Normalized to the box rather than measured in source units: per axis, 0 is the box minimum and 1 its maximum, so [0.5, 0.5, 0.5] is the centre and [0.5, 0, 0.5] the middle of its base. Values outside 0 to 1 extrapolate and are allowed.

Released under the MIT License.