Public Member Functions | |
| aiAnimation () | |
| ~aiAnimation () | |
Public Attributes | |
| aiNodeAnim ** | mChannels |
| The node animation channels. | |
| double | mDuration |
| Duration of the animation in ticks. | |
| aiString | mName |
| The name of the animation. | |
| unsigned int | mNumChannels |
| The number of bone animation channels. | |
| double | mTicksPerSecond |
| Ticks per second. | |
For each node affected by the animation a separate series of data is given.
| aiAnimation::aiAnimation | ( | ) | [inline] |
| aiAnimation::~aiAnimation | ( | ) | [inline] |
The node animation channels.
Each channel affects a single node. The array is mNumChannels in size.
| double aiAnimation::mDuration |
Duration of the animation in ticks.
The name of the animation.
If the modeling package this data was exported from does support only a single animation channel, this name is usually empty (length is zero).
| unsigned int aiAnimation::mNumChannels |
The number of bone animation channels.
Each channel affects a single node.
| double aiAnimation::mTicksPerSecond |
Ticks per second.
0 if not specified in the imported file
1.5.8