#include "chai_globals.h"#include "CMaths.h"#include "CDraw3D.h"#include "CColor.h"#include "CMacrosGL.h"#include <typeinfo>#include <vector>#include <list>Classes | |
| class | cGenericObject |
| This class is the root of basically every render-able object in CHAI. It defines a reference frame (position and rotation) and virtual methods for rendering, which are overloaded by useful subclasses. More... | |
Defines | |
| #define | CHAI_MAX_OBJECT_NAME_LENGTH _MAX_PATH |
| #define CHAI_MAX_OBJECT_NAME_LENGTH _MAX_PATH |
Using filenames to define object names is not unusual, so _MAX_PATH is a good maximum name length...
1.5.2