Skip to content

Documentation / scene / MorphState

Type Alias: MorphState

MorphState = object

Defined in: libs/scene/src/animation/morphtrack.ts:13

Morph animation state

Properties

numTargets

numTargets: number

Defined in: libs/scene/src/animation/morphtrack.ts:14


weights

weights: Float32Array<ArrayBuffer>

Defined in: libs/scene/src/animation/morphtrack.ts:15


boundingBox

boundingBox: BoundingBox

Defined in: libs/scene/src/animation/morphtrack.ts:16

Released under the MIT License.