Assimp
v3.1.1 (June 2014)
|
Describes a morphing animation of a given mesh. More...
Public Member Functions | |
aiMeshMorphAnim () | |
~aiMeshMorphAnim () | |
Public Attributes | |
aiMeshMorphKey * | mKeys |
Key frames of the animation. More... | |
aiString | mName |
Name of the mesh to be animated. More... | |
unsigned int | mNumKeys |
Size of the mKeys array. More... | |
Describes a morphing animation of a given mesh.
|
inline |
|
inline |
aiMeshMorphKey* aiMeshMorphAnim::mKeys |
Key frames of the animation.
May not be NULL.
aiString aiMeshMorphAnim::mName |
Name of the mesh to be animated.
An empty string is not allowed, animated meshes need to be named (not necessarily uniquely, the name can basically serve as wildcard to select a group of meshes with similar animation setup)
unsigned int aiMeshMorphAnim::mNumKeys |
Size of the mKeys array.
Must be 1, at least.