UFO: Alien Invasion
|
Go to the source code of this file.
Functions | |
void | R_DrawCoronas (void) |
void | R_AddCorona (const vec3_t org, float radius, const vec3_t color) |
Definition at line 24 of file r_corona.cpp.
References corona_s::color, rendererData_t::coronas, cvar_s::integer, MAX_CORONAS, rendererData_t::numCoronas, corona_s::org, r_coronas, corona_s::radius, refdef, and VectorCopy.
Referenced by R_RenderFrame().
Definition at line 41 of file r_corona.cpp.
References rendererData_t::batchCount, corona_s::color, rstate_s::color_array, rendererData_t::coronas, i, cvar_s::integer, M_PI, rendererData_t::numCoronas, corona_s::org, 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, v, and rstate_s::vertex_array_3d.
Referenced by R_RenderFrame().