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

Represents a vertex descriptor in a MD5 file. More...

Public Member Functions

 VertexDesc ()
 

Public Attributes

unsigned int mFirstWeight
 Index of the first weight of the vertex in the vertex weight list. More...
 
unsigned int mNumWeights
 Number of weights assigned to this vertex. More...
 
aiVector2D mUV
 UV cordinate of the vertex. More...
 

Detailed Description

Represents a vertex descriptor in a MD5 file.

Constructor & Destructor Documentation

§ VertexDesc()

Assimp::MD5::VertexDesc::VertexDesc ( )
inline

Member Data Documentation

§ mFirstWeight

unsigned int Assimp::MD5::VertexDesc::mFirstWeight

Index of the first weight of the vertex in the vertex weight list.

§ mNumWeights

unsigned int Assimp::MD5::VertexDesc::mNumWeights

Number of weights assigned to this vertex.

§ mUV

aiVector2D Assimp::MD5::VertexDesc::mUV

UV cordinate of the vertex.


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