#include <string>#include "GLee.h"#include "Log.h"#include "Texture.h"#include "BoundBox.h"#include "Model.h"Include dependency graph for Model.cpp:

Go to the source code of this file.
Classes | |
| struct | ObjTriangle |
| struct | ObjGroup |
| struct | ObjModel |
Defines | |
| #define | T(x) (model->triangles[(x)]) |
| #define T | ( | x | ) | (model->triangles[(x)]) |
Definition at line 15 of file Model.cpp.
Referenced by Model::objDraw(), and Model::objSecondPass().
1.4.7