Assimp  v3.1.1 (June 2014)
assimp::animation::aiQuatKey Struct Reference

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...
 

Detailed Description

A time-value pair specifying a rotation for the given time.

For joint animations, the rotation is usually expressed using a quaternion.

Member Data Documentation

double assimp::animation::aiQuatKey::mTime

The time of this key.

aiQuaternion assimp::animation::aiQuatKey::mValue

The value of this key.


The documentation for this struct was generated from the following file: