Assimp
v4.1. (December 2018)
|
Helper structure to represent an ASE file animation. More...
Public Types | |
enum | Type { TRACK = 0x0, BEZIER = 0x1, TCB = 0x2 } |
Public Member Functions | |
Animation () AI_NO_EXCEPT | |
Public Attributes | |
std::vector< aiVectorKey > | akeyPositions |
List of track position keyframes. More... | |
std::vector< aiQuatKey > | akeyRotations |
List of track rotation keyframes. More... | |
std::vector< aiVectorKey > | akeyScaling |
List of track scaling keyframes. More... | |
enum Assimp::ASE::Animation::Type | mPositionType |
enum Assimp::ASE::Animation::Type | mRotationType |
enum Assimp::ASE::Animation::Type | mScalingType |
Helper structure to represent an ASE file animation.
|
inline |
std::vector< aiVectorKey > Assimp::ASE::Animation::akeyPositions |
List of track position keyframes.
std::vector< aiQuatKey > Assimp::ASE::Animation::akeyRotations |
List of track rotation keyframes.
std::vector< aiVectorKey > Assimp::ASE::Animation::akeyScaling |
List of track scaling keyframes.
enum Assimp::ASE::Animation::Type Assimp::ASE::Animation::mPositionType |
enum Assimp::ASE::Animation::Type Assimp::ASE::Animation::mRotationType |
enum Assimp::ASE::Animation::Type Assimp::ASE::Animation::mScalingType |