Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
|
Binds a anim-mesh to a specific point in time. More...
#include <anim.h>
Public Types | |
typedef unsigned int | elem_type |
Public Member Functions | |
aiMeshKey () AI_NO_EXCEPT | |
aiMeshKey (double time, const unsigned int value) | |
Construction from a given time and key value. | |
bool | operator!= (const aiMeshKey &o) const |
bool | operator< (const aiMeshKey &o) const |
bool | operator== (const aiMeshKey &o) const |
bool | operator> (const aiMeshKey &o) const |
Public Attributes | |
double | mTime |
The time of this key. | |
unsigned int | mValue |
Index into the aiMesh::mAnimMeshes array of the mesh corresponding to the aiMeshAnim hosting this key frame. | |
Binds a anim-mesh to a specific point in time.
|
inline |
Construction from a given time and key value.
double aiMeshKey::mTime |
The time of this key.
Index into the aiMesh::mAnimMeshes array of the mesh corresponding to the aiMeshAnim hosting this key frame.
The referenced anim mesh is evaluated according to the rules defined in the docs for aiAnimMesh.