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

Parses the data sections of a MD5 mesh file. More...

Public Member Functions

 MD5MeshParser (SectionList &mSections)
 Constructs a new MD5MeshParser instance from an existing preparsed list of file sections. More...
 

Public Attributes

BoneList mJoints
 List of all joints. More...
 
MeshList mMeshes
 List of all meshes. More...
 

Detailed Description

Parses the data sections of a MD5 mesh file.

Constructor & Destructor Documentation

◆ MD5MeshParser()

MD5MeshParser::MD5MeshParser ( SectionList mSections)
explicit

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

Parameters
mSectionsList of file sections (output of MD5Parser)

Member Data Documentation

◆ mJoints

BoneList Assimp::MD5::MD5MeshParser::mJoints

List of all joints.

◆ mMeshes

MeshList Assimp::MD5::MD5MeshParser::mMeshes

List of all meshes.


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