|
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_t::color, rendererData_t::coronas, cvar_t::integer, MAX_CORONAS, rendererData_t::numCoronas, corona_t::org, r_coronas, corona_t::radius, refdef, and VectorCopy.
Referenced by R_RenderFrame().
Definition at line 41 of file r_corona.cpp.
References rendererData_t::batchCount, corona_t::color, rstate_t::color_array, rendererData_t::coronas, i, cvar_t::integer, M_PI, rendererData_t::numCoronas, corona_t::org, R_BlendFunc(), R_Color(), r_coronas, R_EnableColorArray(), R_EnableTexture(), r_locals, R_ResetArrayState(), r_state, corona_t::radius, refdef, rlocals_t::right, texunit_diffuse, rlocals_t::up, v, and rstate_t::vertex_array_3d.
Referenced by R_RenderFrame().