Skip to main content

Module morph

Module morph 

Source

Structs§

MorphAttributes
Attributes differences used for morph targets.
MorphWeights
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 child MeshMorphWeights if your situation requires more granularity. Just note that if you set MorphWeights, it will overwrite child MeshMorphWeights values.

Enums§

MeshMorphWeights
A component that controls the morph targets of a mesh. Must be assigned to an entity with a Mesh3d component.
MorphBuildError

Constants§

MAX_MORPH_WEIGHTS
Max target count available for morph targets.
MAX_TEXTURE_WIDTH
The maximum size of the morph target texture, if morph target textures are in use on the current platform.