#include "r_local.h"
Go to the source code of this file.
Functions | |
void | R_AddCorona (const vec3_t org, float radius, const vec3_t color) |
void | R_DrawCoronas (void) |
Definition at line 24 of file r_corona.c.
References corona_s::color, rendererData_t::coronas, MAX_CORONAS, rendererData_t::numCoronas, corona_s::org, r_coronas, corona_s::radius, refdef, cvar_s::value, and VectorCopy.
void R_DrawCoronas | ( | void | ) |
Definition at line 41 of file r_corona.c.
References corona_s::color, rstate_t::color_array, rendererData_t::coronas, i, cvar_s::integer, rendererData_t::numCoronas, corona_s::org, qfalse, qtrue, R_BlendFunc(), R_Color(), r_coronas, R_EnableColorArray(), R_EnableTexture(), r_locals, R_ResetArrayState(), r_state, corona_s::radius, refdef, rlocals_s::right, texunit_diffuse, rlocals_s::up, and rstate_t::vertex_array_3d.
Referenced by R_RenderFrame().