Assimp  v3.1.1 (June 2014)
aiMeshMorphKey Struct Reference

Binds a morph anim mesh to a specific point in time. More...

Public Member Functions

 aiMeshMorphKey ()
 
 ~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
 

Detailed Description

Binds a morph anim mesh to a specific point in time.

Constructor & Destructor Documentation

aiMeshMorphKey::aiMeshMorphKey ( )
inline
aiMeshMorphKey::~aiMeshMorphKey ( )
inline

Member Data Documentation

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

The documentation for this struct was generated from the following file: