doom3-gpl
Doom 3 GPL source release
|
#include <TraceModel.h>
Public Attributes | |
idVec3 | normal |
float | dist |
idBounds | bounds |
int | numEdges |
int | edges [MAX_TRACEMODEL_POLYEDGES] |
Definition at line 75 of file TraceModel.h.
idBounds traceModelPoly_t::bounds |
Definition at line 78 of file TraceModel.h.
float traceModelPoly_t::dist |
Definition at line 77 of file TraceModel.h.
int traceModelPoly_t::edges[MAX_TRACEMODEL_POLYEDGES] |
Definition at line 80 of file TraceModel.h.
idVec3 traceModelPoly_t::normal |
Definition at line 76 of file TraceModel.h.
int traceModelPoly_t::numEdges |
Definition at line 79 of file TraceModel.h.