Skip to content

Documentation / loaders / StrandPositionSet

Type Alias: StrandPositionSet

StrandPositionSet = object

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

The part of a strand set origin correction reads.

Remarks

Structural rather than the encoder's full strand set type, so the correction can run over sets that have not been packed into a file yet.

Properties

positions

positions: Float32Array

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

Control point positions, 3 floats per point.


pointCounts

pointCounts: Int32Array | Uint32Array

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

Control point count per strand.

Released under the MIT License.