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

Function cgi_R_SetRangeFog

code/cgame/cg_syscalls.cpp:364–367  ·  view source on GitHub ↗

linear fogging, with settable range -rww

Source from the content-addressed store, hash-verified

362
363//linear fogging, with settable range -rww
364void cgi_R_SetRangeFog(float range)
365{
366 Q_syscall(CG_R_SETRANGEFOG, PASSFLOAT(range));
367}
368
369void cgi_R_LAGoggles( void )
370{

Callers 1

CG_DrawActiveFrameFunction · 0.85

Calls 1

PASSFLOATFunction · 0.70

Tested by

no test coverage detected