Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
aiMeshMorphKey Struct Reference

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
 

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: