Assimp
v3.1.1 (June 2014)
|
Parses the data sections of a MD5 animation file. More...
Public Member Functions | |
MD5AnimParser (SectionList &mSections) | |
Constructs a new MD5AnimParser instance from an existing preparsed list of file sections. More... | |
Public Attributes | |
float | fFrameRate |
Output frame rate. More... | |
AnimBoneList | mAnimatedBones |
List of animation bones. More... | |
BaseFrameList | mBaseFrames |
List of base frames. More... | |
FrameList | mFrames |
List of animation frames. More... | |
unsigned int | mNumAnimatedComponents |
Number of animated components. More... | |
Parses the data sections of a MD5 animation file.
|
explicit |
Constructs a new MD5AnimParser instance from an existing preparsed list of file sections.
mSections | List of file sections (output of MD5Parser) |
float Assimp::MD5::MD5AnimParser::fFrameRate |
Output frame rate.
AnimBoneList Assimp::MD5::MD5AnimParser::mAnimatedBones |
List of animation bones.
BaseFrameList Assimp::MD5::MD5AnimParser::mBaseFrames |
List of base frames.
FrameList Assimp::MD5::MD5AnimParser::mFrames |
List of animation frames.
unsigned int Assimp::MD5::MD5AnimParser::mNumAnimatedComponents |
Number of animated components.