#include "meshmdl.h"#include "matinfo.h"#include "aabtree.h"#include "htree.h"#include "vp.h"#include "visrasterizer.h"#include "dx8polygonrenderer.h"#include "bwrender.h"#include "camera.h"#include "dx8renderer.h"#include "hashtemplate.h"Go to the source code of this file.
Classes | |
| struct | TriangleSide |
| struct | SideIndexInfo |
Variables | |
| HashTemplateClass< Vector3, unsigned > | LocationHash |
| HashTemplateClass< Vector3, unsigned > | DuplicateLocationHash |
| HashTemplateClass< TriangleSide, SideIndexInfo > | SideHash |
| HashTemplateClass<Vector3, unsigned> DuplicateLocationHash |
Definition at line 439 of file meshmdl.cpp.
| HashTemplateClass<Vector3, unsigned> LocationHash |
Definition at line 438 of file meshmdl.cpp.
| HashTemplateClass<TriangleSide,SideIndexInfo> SideHash |
Definition at line 440 of file meshmdl.cpp.