Ogre Animation Track.
More...
§ Type
Enumerator |
---|
VAT_NONE | No animation.
|
VAT_MORPH | Morph animation is made up of many interpolated snapshot keyframes.
|
VAT_POSE | Pose animation is made up of a single delta pose keyframe.
|
VAT_TRANSFORM | Keyframe that has its on pos, rot and scale for a time position.
|
§ VertexAnimationTrack()
Assimp::Ogre::VertexAnimationTrack::VertexAnimationTrack |
( |
| ) |
|
§ ConvertToAssimpAnimationNode()
aiNodeAnim * Assimp::Ogre::VertexAnimationTrack::ConvertToAssimpAnimationNode |
( |
Skeleton * |
skeleton | ) |
|
Convert to Assimp node animation.
§ boneName
std::string Assimp::Ogre::VertexAnimationTrack::boneName |
Only valid for VAT_TRANSFORM.
§ morphKeyFrames
§ poseKeyFrames
Only one of these will contain key frames, depending on the type enum.
§ target
uint16_t Assimp::Ogre::VertexAnimationTrack::target |
Vertex data target.
0 == shared geometry >0 == submesh index + 1
§ transformKeyFrames
§ type
Type Assimp::Ogre::VertexAnimationTrack::type |
The documentation for this struct was generated from the following files: