Assimp  v4.1. (December 2018)
Assimp::MD5::MD5AnimParser Class Reference

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

Detailed Description

Parses the data sections of a MD5 animation file.

Constructor & Destructor Documentation

◆ MD5AnimParser()

MD5AnimParser::MD5AnimParser ( SectionList mSections)
explicit

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

Parameters
mSectionsList of file sections (output of MD5Parser)

Member Data Documentation

◆ fFrameRate

float Assimp::MD5::MD5AnimParser::fFrameRate

Output frame rate.

◆ mAnimatedBones

AnimBoneList Assimp::MD5::MD5AnimParser::mAnimatedBones

List of animation bones.

◆ mBaseFrames

BaseFrameList Assimp::MD5::MD5AnimParser::mBaseFrames

List of base frames.

◆ mFrames

FrameList Assimp::MD5::MD5AnimParser::mFrames

List of animation frames.

◆ mNumAnimatedComponents

unsigned int Assimp::MD5::MD5AnimParser::mNumAnimatedComponents

Number of animated components.


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