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?
optionalnode?:AssetHierarchyNode
Defined in: libs/scene/src/asset/model.ts:341
Restrict this binding to runtime meshes created from this asset node.
mesh?
optionalmesh?:AssetMeshData
Defined in: libs/scene/src/asset/model.ts:343
Restrict this binding to runtime meshes created from this asset mesh.
targetIndex?
optionaltargetIndex?:number
Defined in: libs/scene/src/asset/model.ts:345
Morph target index in the source mesh.
targetName?
optionaltargetName?: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.