Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros
Model.h File Reference
#include <vector>
#include "graphics/Texture.h"
#include "graphics/Material.h"
#include "graphics/MeshManager.h"
#include "graphics/ModelAbstract.h"
#include "ps/Overlay.h"

Go to the source code of this file.

Classes

class  CModel
 
struct  CModel::Prop
 

Macros

#define MODELFLAG_CASTSHADOWS   (1<<0)
 
#define MODELFLAG_NOLOOPANIMATION   (1<<1)
 
#define MODELFLAG_SILHOUETTE_DISPLAY   (1<<2)
 
#define MODELFLAG_SILHOUETTE_OCCLUDER   (1<<3)
 
#define MODELFLAG_IGNORE_LOS   (1<<4)
 
#define MODELFLAG_FILTERED   (1<<5)
 

Macro Definition Documentation

#define MODELFLAG_CASTSHADOWS   (1<<0)

Definition at line 40 of file Model.h.

#define MODELFLAG_FILTERED   (1<<5)

Definition at line 45 of file Model.h.

#define MODELFLAG_IGNORE_LOS   (1<<4)

Definition at line 44 of file Model.h.

#define MODELFLAG_NOLOOPANIMATION   (1<<1)

Definition at line 41 of file Model.h.

#define MODELFLAG_SILHOUETTE_DISPLAY   (1<<2)

Definition at line 42 of file Model.h.

#define MODELFLAG_SILHOUETTE_OCCLUDER   (1<<3)

Definition at line 43 of file Model.h.