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
mo3dModelManager.h File Reference
#include <moTypes.h>
#include <moEffectState.h>
#include "moGLManager.h"
#include "moMathVector.h"
#include "moMathVector3.h"
#include "moMathMatrix.h"

Go to the source code of this file.

Classes

struct  mo3dModelParam
 
struct  moCoord
 
class  CVector3
 
class  CVector2
 
struct  mosFace
 
struct  mo3DSTextureMapInfo
 
struct  mo3DSMaterialInfo
 
struct  mo3DSObject
 
struct  mo3DSModel
 
class  moSceneNode
 
class  mo3DSModelSceneNode
 Clase base para los modelos tridimensionales. More...
 
class  mo3dModelManager
 Escena 3D. More...
 

Macros

#define MO_3DMODEL_ERROR   NULL
 

Typedefs

typedef moSceneNodemoSceneNodePointer
 

Enumerations

enum  mo3dModelType {
  MO_MODEL_X3D = 0, MO_MODEL_3DS = 1, MO_MODEL_OBJ = 2, MO_MODEL_MD2 = 3,
  MO_MODEL_MD3 = 4
}
 

Functions

 moDeclareExportedDynamicArray (moCoord, moCoords)
 
 moDeclareDynamicArray (moSceneNode *, moSceneNodePointerArray)
 
 moDeclareDynamicArray (moSceneNode, moSceneNodeArray)
 

Macro Definition Documentation

#define MO_3DMODEL_ERROR   NULL

Definition at line 15 of file mo3dModelManager.h.

Typedef Documentation

Definition at line 153 of file mo3dModelManager.h.

Enumeration Type Documentation

Enumerator
MO_MODEL_X3D 
MO_MODEL_3DS 
MO_MODEL_OBJ 
MO_MODEL_MD2 
MO_MODEL_MD3 

Definition at line 17 of file mo3dModelManager.h.

Function Documentation

moDeclareDynamicArray ( moSceneNode ,
moSceneNodePointerArray   
)
moDeclareDynamicArray ( moSceneNode  ,
moSceneNodeArray   
)
moDeclareExportedDynamicArray ( moCoord  ,
moCoords   
)