Assimp  v3.1.1 (June 2014)
Assimp::MD5::MD5CameraParser Class Reference

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...
 

Detailed Description

Parses the data sections of a MD5 camera animation file.

Constructor & Destructor Documentation

MD5CameraParser::MD5CameraParser ( SectionList mSections)
explicit

Constructs a new MD5CameraParser instance from an existing preparsed list of file sections.

Parameters
mSectionsList of file sections (output of MD5Parser)

Member Data Documentation

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.


The documentation for this class was generated from the following files: