Structs§
- Mesh
Morph Weights - Control a specific
Meshinstance’s morph targets. These control the weights of specific “mesh primitives” in scene formats like GLTF. They can be set manually, but in most cases they should “automatically” synced by setting theMorphWeightscomponent on a parent entity. - Morph
Attributes - Attributes differences used for morph targets.
- Morph
Target Image - An image formatted for use with
MorphWeightsfor rendering the morph target. - Morph
Weights - Controls the morph targets for all child
Mesh3dentities. In most cases,MorphWeightsshould be considered the “source of truth” when writing morph targets for meshes. However you can choose to write childMeshMorphWeightsif your situation requires more granularity. Just note that if you setMorphWeights, it will overwrite childMeshMorphWeightsvalues.
Enums§
Constants§
- MAX_
MORPH_ WEIGHTS - Max target count available for morph targets.