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.
 
double mTime
 The time of this key.
 
unsigned intmValues
 The values and weights at the time of this key.
 
doublemWeights
 

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.

  • mValues: index of attachment mesh to apply weight at the same position in mWeights
  • mWeights: weight to apply to the blend shape index at the same position in mValues

◆ mWeights

double* aiMeshMorphKey::mWeights

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