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. | |
double | mTime |
The time of this key. | |
unsigned int * | mValues |
The values and weights at the time of this key. | |
double * | mWeights |
Binds a morph anim mesh to a specific point in time.
|
inline |
|
inline |
double aiMeshMorphKey::mTime |
The time of this key.
The values and weights at the time of this key.
double* aiMeshMorphKey::mWeights |