Pyrogenesis
13997
|
#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) |