Skip to content

Documentation / scene / MorphState

Type Alias: MorphState

MorphState = object

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

Morph animation state

Properties

numTargets

numTargets: number

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


weights

weights: Float32Array<ArrayBuffer>

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


boundingBox

boundingBox: BoundingBox

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

Released under the MIT License.