Path Tracer
|
#include <anim.h>
Public Attributes | |
double | mTime |
unsigned int | mValue |
Binds a anim-mesh to a specific point in time.
double aiMeshKey::mTime |
The time of this key
unsigned int aiMeshKey::mValue |
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.