Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros
RenderableObject.h File Reference
#include "maths/BoundingBoxAligned.h"
#include "maths/Matrix3D.h"

Go to the source code of this file.

Classes

class  CRenderData
 
class  CRenderableObject
 

Macros

#define RENDERDATA_UPDATE_VERTICES   (1<<1)
 
#define RENDERDATA_UPDATE_INDICES   (1<<2)
 
#define RENDERDATA_UPDATE_COLOR   (1<<4)
 

Macro Definition Documentation

#define RENDERDATA_UPDATE_COLOR   (1<<4)

Definition at line 34 of file RenderableObject.h.

#define RENDERDATA_UPDATE_INDICES   (1<<2)

Definition at line 33 of file RenderableObject.h.

#define RENDERDATA_UPDATE_VERTICES   (1<<1)

Definition at line 32 of file RenderableObject.h.