Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
Binds a morph anim mesh to a specific point in time. More...
#include <anim.h>
Public Member Functions | |
aiMeshMorphKey () AI_NO_EXCEPT | |
~aiMeshMorphKey () | |
Public Attributes | |
unsigned int | mNumValuesAndWeights |
The number of values and weights. More... | |
double | mTime |
The time of this key. More... | |
unsigned int * | mValues |
The values and weights at the time of this key. More... | |
double * | mWeights |
Binds a morph anim mesh to a specific point in time.
|
inline |
|
inline |
unsigned int aiMeshMorphKey::mNumValuesAndWeights |
The number of values and weights.
double aiMeshMorphKey::mTime |
The time of this key.
unsigned int* aiMeshMorphKey::mValues |
The values and weights at the time of this key.
double* aiMeshMorphKey::mWeights |