|
Assimp
v4.1. (December 2018)
|
Animation of the bone. More...
Classes | |
| struct | MatrixKey |
| Data structure for a matrix key. More... | |
Public Member Functions | |
| Animation () AI_NO_EXCEPT | |
| 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.