Skip to content

Documentation / scene / AssetMorphTargetBinding

Interface: AssetMorphTargetBinding

Defined in: libs/scene/src/asset/model.ts:339

Morph target binding in a model-level expression/group.

Properties

node?

optional node?: AssetHierarchyNode

Defined in: libs/scene/src/asset/model.ts:341

Restrict this binding to runtime meshes created from this asset node.


mesh?

optional mesh?: AssetMeshData

Defined in: libs/scene/src/asset/model.ts:343

Restrict this binding to runtime meshes created from this asset mesh.


targetIndex?

optional targetIndex?: number

Defined in: libs/scene/src/asset/model.ts:345

Morph target index in the source mesh.


targetName?

optional targetName?: string

Defined in: libs/scene/src/asset/model.ts:347

Morph target name in the source mesh.


weight

weight: number

Defined in: libs/scene/src/asset/model.ts:349

Weight contributed by this binding when the group weight is 1.

Released under the MIT License.