MCPcopy Create free account
hub / github.com/JACoders/OpenJK / AddLightToScene

Method AddLightToScene

code/cgame/FxSystem.cpp:159–162  ·  view source on GitHub ↗

------------------------------------------------------

Source from the content-addressed store, hash-verified

157
158//------------------------------------------------------
159void SFxHelper::AddLightToScene( vec3_t org, float radius, float red, float green, float blue )
160{
161 cgi_R_AddLightToScene( org, radius, red, green, blue );
162}
163
164//------------------------------------------------------
165void SFxHelper::AddPolyToScene( int shader, int count, polyVert_t *verts )

Callers 2

CL_CgameSystemCallsFunction · 0.45
DrawMethod · 0.45

Calls 1

cgi_R_AddLightToSceneFunction · 0.70

Tested by

no test coverage detected