doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
struct | clipTri_t |
Macros | |
#define | MAX_CLIPPED_POINTS 20 |
Functions | |
void | R_CalcInteractionFacing (const idRenderEntityLocal *ent, const srfTriangles_t *tri, const idRenderLightLocal *light, srfCullInfo_t &cullInfo) |
void | R_CalcInteractionCullBits (const idRenderEntityLocal *ent, const srfTriangles_t *tri, const idRenderLightLocal *light, srfCullInfo_t &cullInfo) |
void | R_FreeInteractionCullInfo (srfCullInfo_t &cullInfo) |
void | R_ShowInteractionMemory_f (const idCmdArgs &args) |
#define MAX_CLIPPED_POINTS 20 |
Definition at line 151 of file Interaction.cpp.
void R_CalcInteractionCullBits | ( | const idRenderEntityLocal * | ent, |
const srfTriangles_t * | tri, | ||
const idRenderLightLocal * | light, | ||
srfCullInfo_t & | cullInfo | ||
) |
Definition at line 92 of file Interaction.cpp.
void R_CalcInteractionFacing | ( | const idRenderEntityLocal * | ent, |
const srfTriangles_t * | tri, | ||
const idRenderLightLocal * | light, | ||
srfCullInfo_t & | cullInfo | ||
) |
Definition at line 55 of file Interaction.cpp.
void R_FreeInteractionCullInfo | ( | srfCullInfo_t & | cullInfo | ) |
Definition at line 138 of file Interaction.cpp.
Definition at line 1251 of file Interaction.cpp.