doom3-gpl
Doom 3 GPL source release
|
#include <Model.h>
Public Attributes | |
idBounds | bounds |
int | ambientViewCount |
bool | generateNormals |
bool | tangentsCalculated |
bool | facePlanesCalculated |
bool | perfectHull |
bool | deformedSurface |
int | numVerts |
idDrawVert * | verts |
int | numIndexes |
glIndex_t * | indexes |
glIndex_t * | silIndexes |
int | numMirroredVerts |
int * | mirroredVerts |
int | numDupVerts |
int * | dupVerts |
int | numSilEdges |
silEdge_t * | silEdges |
idPlane * | facePlanes |
dominantTri_t * | dominantTris |
int | numShadowIndexesNoFrontCaps |
int | numShadowIndexesNoCaps |
int | shadowCapPlaneBits |
shadowCache_t * | shadowVertexes |
struct srfTriangles_s * | ambientSurface |
struct srfTriangles_s * | nextDeferredFree |
struct vertCache_s * | indexCache |
struct vertCache_s * | ambientCache |
struct vertCache_s * | lightingCache |
struct vertCache_s * | shadowCache |
struct vertCache_s* srfTriangles_s::ambientCache |
struct srfTriangles_s* srfTriangles_s::ambientSurface |
dominantTri_t* srfTriangles_s::dominantTris |
struct vertCache_s* srfTriangles_s::indexCache |
struct vertCache_s* srfTriangles_s::lightingCache |
struct srfTriangles_s* srfTriangles_s::nextDeferredFree |
struct vertCache_s* srfTriangles_s::shadowCache |
shadowCache_t* srfTriangles_s::shadowVertexes |
idDrawVert* srfTriangles_s::verts |