Structs§
- Mesh
Morph Weights - Control a specific
Mesh
instance’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 theMorphWeights
component on a parent entity. - Morph
Attributes - Attributes differences used for morph targets.
- Morph
Target Image - An image formatted for use with
MorphWeights
for rendering the morph target. - Morph
Weights - Controls the morph targets for all child
Mesh3d
entities. In most cases,MorphWeights
should be considered the “source of truth” when writing morph targets for meshes. However you can choose to write childMeshMorphWeights
if your situation requires more granularity. Just note that if you setMorphWeights
, it will overwrite childMeshMorphWeights
values.
Enums§
Constants§
- MAX_
MORPH_ WEIGHTS - Max target count available for morph targets.