Documentation / scene / AssetMorphTargetBinding
Interface: AssetMorphTargetBinding
Defined in: libs/scene/src/asset/model.ts:369
Morph target binding in a model-level expression/group.
Properties
node?
optionalnode?:AssetHierarchyNode
Defined in: libs/scene/src/asset/model.ts:371
Restrict this binding to runtime meshes created from this asset node.
mesh?
optionalmesh?:AssetMeshData
Defined in: libs/scene/src/asset/model.ts:373
Restrict this binding to runtime meshes created from this asset mesh.
targetIndex?
optionaltargetIndex?:number
Defined in: libs/scene/src/asset/model.ts:375
Morph target index in the source mesh.
targetName?
optionaltargetName?:string
Defined in: libs/scene/src/asset/model.ts:377
Morph target name in the source mesh.
weight
weight:
number
Defined in: libs/scene/src/asset/model.ts:379
Weight contributed by this binding when the group weight is 1.