Macros | |
#define | NH_DEFINE |
Functions | |
void | gl_Fog_DisableGFog (void) |
void | gl_Fog_EnableGFog (void) |
float * | gl_Fog_GetColor (void) |
float | gl_Fog_GetDensity (void) |
void | gl_Fog_Init (void) |
void | gl_Fog_ParseWorldspawn (plitem_t *worldspawn) |
void | gl_Fog_SetupFrame (void) |
void | gl_Fog_StartAdditive (void) |
void | gl_Fog_StopAdditive (void) |
void | gl_Fog_Update (float density, float red, float green, float blue, float time) |
#define NH_DEFINE |
void gl_Fog_DisableGFog | ( | void | ) |
void gl_Fog_EnableGFog | ( | void | ) |
float* gl_Fog_GetColor | ( | void | ) |
float gl_Fog_GetDensity | ( | void | ) |
void gl_Fog_Init | ( | void | ) |
void gl_Fog_ParseWorldspawn | ( | plitem_t * | worldspawn | ) |
void gl_Fog_SetupFrame | ( | void | ) |
void gl_Fog_StartAdditive | ( | void | ) |
void gl_Fog_StopAdditive | ( | void | ) |
void gl_Fog_Update | ( | float | density, |
float | red, | ||
float | green, | ||
float | blue, | ||
float | time | ||
) |