Assimp
v3.1.1 (June 2014)
|
aiMeshKey Struct Reference
Binds a anim mesh to a specific point in time.
More...
Detailed Description
Binds a anim mesh to a specific point in time.
Member Typedef Documentation
Constructor & Destructor Documentation
aiMeshKey::aiMeshKey |
( |
double |
time, |
|
|
const unsigned int |
value |
|
) |
| |
|
inline |
Construction from a given time and key value.
Member Function Documentation
bool aiMeshKey::operator!= |
( |
const aiMeshKey & |
o | ) |
const |
|
inline |
bool aiMeshKey::operator< |
( |
const aiMeshKey & |
o | ) |
const |
|
inline |
bool aiMeshKey::operator== |
( |
const aiMeshKey & |
o | ) |
const |
|
inline |
bool aiMeshKey::operator> |
( |
const aiMeshKey & |
o | ) |
const |
|
inline |
Member Data Documentation
unsigned int aiMeshKey::mValue |
Index into the aiMesh::mAnimMeshes array of the mesh coresponding to the aiMeshAnim hosting this key frame.
The referenced anim mesh is evaluated according to the rules defined in the docs for aiAnimMesh.
The documentation for this struct was generated from the following file: