doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Typedefs | Enumerations
TraceModel.h File Reference

Go to the source code of this file.

Classes

struct  traceModelEdge_t
 
struct  traceModelPoly_t
 
class  idTraceModel
 

Macros

#define MAX_TRACEMODEL_VERTS   32
 
#define MAX_TRACEMODEL_EDGES   32
 
#define MAX_TRACEMODEL_POLYS   16
 
#define MAX_TRACEMODEL_POLYEDGES   16
 

Typedefs

typedef idVec3 traceModelVert_t
 

Enumerations

enum  traceModel_t {
  TRM_INVALID, TRM_BOX, TRM_OCTAHEDRON, TRM_DODECAHEDRON,
  TRM_CYLINDER, TRM_CONE, TRM_BONE, TRM_POLYGON,
  TRM_POLYGONVOLUME, TRM_CUSTOM
}
 

Macro Definition Documentation

#define MAX_TRACEMODEL_EDGES   32

Definition at line 64 of file TraceModel.h.

#define MAX_TRACEMODEL_POLYEDGES   16

Definition at line 66 of file TraceModel.h.

#define MAX_TRACEMODEL_POLYS   16

Definition at line 65 of file TraceModel.h.

#define MAX_TRACEMODEL_VERTS   32

Definition at line 63 of file TraceModel.h.

Typedef Documentation

Definition at line 68 of file TraceModel.h.

Enumeration Type Documentation

Enumerator
TRM_INVALID 
TRM_BOX 
TRM_OCTAHEDRON 
TRM_DODECAHEDRON 
TRM_CYLINDER 
TRM_CONE 
TRM_BONE 
TRM_POLYGON 
TRM_POLYGONVOLUME 
TRM_CUSTOM 

Definition at line 49 of file TraceModel.h.