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::aiMeshMorphKey ( )
inline

§ ~aiMeshMorphKey()

aiMeshMorphKey::~aiMeshMorphKey ( )
inline

Member Data Documentation

§ mNumValuesAndWeights

unsigned int aiMeshMorphKey::mNumValuesAndWeights

The number of values and weights.

§ mTime

double aiMeshMorphKey::mTime

The time of this key.

§ mValues

unsigned int* aiMeshMorphKey::mValues

The values and weights at the time of this key.

§ mWeights

double* aiMeshMorphKey::mWeights

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