Assimp  v3.1.1 (June 2014)
Assimp::MD5::MeshDesc Struct Reference

Represents a mesh in a MD5 file. More...

Public Attributes

FaceList mFaces
 Faces of the mesh. More...
 
aiString mShader
 Name of the shader (=texture) to be assigned to the mesh. More...
 
VertexList mVertices
 Vertices of the mesh. More...
 
WeightList mWeights
 Weights of the mesh. More...
 

Detailed Description

Represents a mesh in a MD5 file.

Member Data Documentation

◆ mFaces

FaceList Assimp::MD5::MeshDesc::mFaces

Faces of the mesh.

◆ mShader

aiString Assimp::MD5::MeshDesc::mShader

Name of the shader (=texture) to be assigned to the mesh.

◆ mVertices

VertexList Assimp::MD5::MeshDesc::mVertices

Vertices of the mesh.

◆ mWeights

WeightList Assimp::MD5::MeshDesc::mWeights

Weights of the mesh.


The documentation for this struct was generated from the following file: