Assimp
v3.1.1 (June 2014)
|
Animation of the bone. More...
Classes | |
struct | MatrixKey |
Data structure for a matrix key. More... | |
Public Member Functions | |
Animation () | |
Public default constructor. More... | |
Public Attributes | |
std::vector< MatrixKey > | asKeys |
Array of matrix keys. More... | |
uint32_t | iFirstTimeKey |
Index of the key with the smallest time value. More... | |
Animation of the bone.
|
inline |
Public default constructor.
std::vector<MatrixKey> Assimp::SMD::Bone::Animation::asKeys |
Array of matrix keys.
uint32_t Assimp::SMD::Bone::Animation::iFirstTimeKey |
Index of the key with the smallest time value.