Assimp
v3.1.1 (June 2014)
|
A time-value pair specifying a rotation for the given time. More...
Public Attributes | |
double | mTime |
The time of this key. More... | |
aiQuaternion | mValue |
The value of this key. More... | |
A time-value pair specifying a rotation for the given time.
For joint animations, the rotation is usually expressed using a quaternion.
double assimp::animation::aiQuatKey::mTime |
The time of this key.
aiQuaternion assimp::animation::aiQuatKey::mValue |
The value of this key.