libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include <mo3dModelManager.h>
Public Attributes | |
int | numOfVerts |
int | numOfFaces |
int | numTexVertex |
int | materialID |
bool | bHasTexture |
char | strName [255] |
CVector3 * | pVerts |
CVector3 * | pNormals |
CVector2 * | pTexVerts |
mosFace * | pFaces |
Definition at line 117 of file mo3dModelManager.h.
bool mo3DSObject::bHasTexture |
Definition at line 123 of file mo3dModelManager.h.
int mo3DSObject::materialID |
Definition at line 122 of file mo3dModelManager.h.
int mo3DSObject::numOfFaces |
Definition at line 120 of file mo3dModelManager.h.
int mo3DSObject::numOfVerts |
Definition at line 119 of file mo3dModelManager.h.
int mo3DSObject::numTexVertex |
Definition at line 121 of file mo3dModelManager.h.
mosFace* mo3DSObject::pFaces |
Definition at line 128 of file mo3dModelManager.h.
CVector3* mo3DSObject::pNormals |
Definition at line 126 of file mo3dModelManager.h.
CVector2* mo3DSObject::pTexVerts |
Definition at line 127 of file mo3dModelManager.h.
CVector3* mo3DSObject::pVerts |
Definition at line 125 of file mo3dModelManager.h.
char mo3DSObject::strName[255] |
Definition at line 124 of file mo3dModelManager.h.