Searched defs:r_shadelight (Results 1 - 2 of 2) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dr_alias.c41 float r_shadelight; variable
440 temp += (int)(r_shadelight * lightcos);
494 temp += (int)(r_shadelight * lightcos);
647 r_shadelight = plighting->shadelight;
649 if (r_shadelight < 0)
650 r_shadelight = 0;
652 r_shadelight *= VID_GRADES;
/external/quake/quake/src/WinQuake/
H A Dr_alias.cpp41 float r_shadelight; variable
440 temp += (int)(r_shadelight * lightcos);
494 temp += (int)(r_shadelight * lightcos);
632 r_shadelight = plighting->shadelight;
634 if (r_shadelight < 0)
635 r_shadelight = 0;
637 r_shadelight *= VID_GRADES;

Completed in 261 milliseconds