Pyrogenesis  trunk
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 dependency graph for Model.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

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