doom3-gpl
Doom 3 GPL source release
|
#include <tr_local.h>
Public Attributes | |
struct viewLight_s * | next |
idRenderLightLocal * | lightDef |
idScreenRect | scissorRect |
bool | viewInsideLight |
bool | viewSeesGlobalLightOrigin |
int | viewSeesShadowPlaneBits |
idVec3 | globalLightOrigin |
idPlane | lightProject [4] |
idPlane | fogPlane |
const srfTriangles_t * | frustumTris |
const idMaterial * | lightShader |
const float * | shaderRegisters |
idImage * | falloffImage |
const struct drawSurf_s * | globalShadows |
const struct drawSurf_s * | localInteractions |
const struct drawSurf_s * | localShadows |
const struct drawSurf_s * | globalInteractions |
const struct drawSurf_s * | translucentInteractions |
Definition at line 298 of file tr_local.h.
idImage* viewLight_s::falloffImage |
Definition at line 328 of file tr_local.h.
idPlane viewLight_s::fogPlane |
Definition at line 324 of file tr_local.h.
const srfTriangles_t* viewLight_s::frustumTris |
Definition at line 325 of file tr_local.h.
const struct drawSurf_s* viewLight_s::globalInteractions |
Definition at line 333 of file tr_local.h.
idVec3 viewLight_s::globalLightOrigin |
Definition at line 322 of file tr_local.h.
const struct drawSurf_s* viewLight_s::globalShadows |
Definition at line 330 of file tr_local.h.
idRenderLightLocal* viewLight_s::lightDef |
Definition at line 302 of file tr_local.h.
idPlane viewLight_s::lightProject[4] |
Definition at line 323 of file tr_local.h.
const idMaterial* viewLight_s::lightShader |
Definition at line 326 of file tr_local.h.
const struct drawSurf_s* viewLight_s::localInteractions |
Definition at line 331 of file tr_local.h.
const struct drawSurf_s* viewLight_s::localShadows |
Definition at line 332 of file tr_local.h.
struct viewLight_s* viewLight_s::next |
Definition at line 299 of file tr_local.h.
idScreenRect viewLight_s::scissorRect |
Definition at line 307 of file tr_local.h.
Definition at line 327 of file tr_local.h.
const struct drawSurf_s* viewLight_s::translucentInteractions |
Definition at line 334 of file tr_local.h.
bool viewLight_s::viewInsideLight |
Definition at line 311 of file tr_local.h.
bool viewLight_s::viewSeesGlobalLightOrigin |
Definition at line 315 of file tr_local.h.
int viewLight_s::viewSeesShadowPlaneBits |
Definition at line 320 of file tr_local.h.