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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
mo3DSObject Struct Reference

#include <mo3dModelManager.h>

Public Attributes

int numOfVerts
 
int numOfFaces
 
int numTexVertex
 
int materialID
 
bool bHasTexture
 
char strName [255]
 
CVector3pVerts
 
CVector3pNormals
 
CVector2pTexVerts
 
mosFacepFaces
 

Detailed Description

Definition at line 117 of file mo3dModelManager.h.

Member Data Documentation

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.


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