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

Method AddPolyToScene

code/cgame/FxSystem.cpp:165–168  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

163
164//------------------------------------------------------
165void SFxHelper::AddPolyToScene( int shader, int count, polyVert_t *verts )
166{
167 cgi_R_AddPolyToScene( shader, count, verts );
168}
169
170//------------------------------------------------------
171void SFxHelper::CameraShake( vec3_t origin, float intensity, int radius, int time )

Callers 3

CIN_AddTextCrawlFunction · 0.45
CL_CgameSystemCallsFunction · 0.45
DrawMethod · 0.45

Calls 1

cgi_R_AddPolyToSceneFunction · 0.70

Tested by

no test coverage detected