doom3-gpl
Doom 3 GPL source release
|
#include <dmap.h>
Public Attributes | |
struct optimizeGroup_s * | nextGroup |
idBounds | bounds |
bool | smoothed |
int | planeNum |
int | areaNum |
const idMaterial * | material |
int | numGroupLights |
mapLight_t * | groupLights [MAX_GROUP_LIGHTS] |
void * | mergeGroup |
textureVectors_t | texVec |
bool | surfaceEmited |
mapTri_t * | triList |
mapTri_t * | regeneratedTris |
idVec3 | axis [2] |
mapLight_t* optimizeGroup_s::groupLights[MAX_GROUP_LIGHTS] |
const idMaterial* optimizeGroup_s::material |
struct optimizeGroup_s* optimizeGroup_s::nextGroup |
textureVectors_t optimizeGroup_s::texVec |