mElite
1.0
An Elite clone based on TextElite by Jan-Philipp Kappmeier and Melanie Schmidt.
|
A mesh. Note that each file may contain more than one mesh. More...
#include <ObjectLoader3ds.h>
Public Member Functions | |
stMesh () | |
Public Attributes | |
char | name [256] |
stFace * | pFaces |
stVertex * | pVertices |
stTexCoord * | pTexCoords |
unsigned int | totalFaces |
unsigned int | totalVertices |
unsigned int | totalTexCoords |
A mesh. Note that each file may contain more than one mesh.
Definition at line 91 of file ObjectLoader3ds.h.
|
inline |
Definition at line 92 of file ObjectLoader3ds.h.
char stMesh::name[256] |
Definition at line 95 of file ObjectLoader3ds.h.
stFace* stMesh::pFaces |
Definition at line 97 of file ObjectLoader3ds.h.
stTexCoord* stMesh::pTexCoords |
Definition at line 99 of file ObjectLoader3ds.h.
stVertex* stMesh::pVertices |
Definition at line 98 of file ObjectLoader3ds.h.
unsigned int stMesh::totalFaces |
Definition at line 101 of file ObjectLoader3ds.h.
unsigned int stMesh::totalTexCoords |
Definition at line 103 of file ObjectLoader3ds.h.
unsigned int stMesh::totalVertices |
Definition at line 102 of file ObjectLoader3ds.h.