Assimp
v3.1.1 (June 2014)
|
Parses the data sections of a MD5 camera animation file. More...
Public Member Functions | |
MD5CameraParser (SectionList &mSections) | |
Constructs a new MD5CameraParser instance from an existing preparsed list of file sections. More... | |
Public Attributes | |
std::vector< unsigned int > | cuts |
List of cuts. More... | |
float | fFrameRate |
Output frame rate. More... | |
CameraFrameList | frames |
Frames. More... | |
Parses the data sections of a MD5 camera animation file.
|
explicit |
Constructs a new MD5CameraParser instance from an existing preparsed list of file sections.
mSections | List of file sections (output of MD5Parser) |
std::vector<unsigned int> Assimp::MD5::MD5CameraParser::cuts |
List of cuts.
float Assimp::MD5::MD5CameraParser::fFrameRate |
Output frame rate.
CameraFrameList Assimp::MD5::MD5CameraParser::frames |
Frames.