#include <ref.h>
Public Attributes | |
vec3_t | origin |
vec3_t | color |
float | intensity |
vec3_t dlight_t::color |
Definition at line 85 of file ref.h.
Referenced by R_AddDynamicLights(), R_AddDynamicLightsRGB(), R_LightPoint(), R_LightPointColor(), R_RenderDlight(), V_AddLight(), and V_TestLights().
float dlight_t::intensity |
Definition at line 86 of file ref.h.
Referenced by R_AddDynamicLights(), R_AddDynamicLightsRGB(), R_LightPoint(), R_LightPointColor(), R_MarkLights(), R_RenderDlight(), V_AddLight(), and V_TestLights().
vec3_t dlight_t::origin |
Definition at line 84 of file ref.h.
Referenced by R_AddDynamicLights(), R_AddDynamicLightsRGB(), R_LightPoint(), R_LightPointColor(), R_MarkLights(), R_RenderDlight(), V_AddLight(), and V_TestLights().