Home
last modified time | relevance | path

Searched refs:fog_height_texcoordscale (Results 1 – 4 of 4) sorted by relevance

/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dclient.h1946 float fog_height_texcoordscale; member
H A Dgl_rmain.c7029 r_refdef.fog_height_texcoordscale = 1.0f / max(0.125f, r_refdef.fog_fadedepth); in R_UpdateFog()
7030 …r_refdef.fog_height_tablescale = r_refdef.fog_height_tablesize * r_refdef.fog_height_texcoordscale; in R_UpdateFog()
/dports/games/darkplaces/darkplaces/
H A Dclient.h1983 float fog_height_texcoordscale; member
H A Dgl_rmain.c6932 r_refdef.fog_height_texcoordscale = 1.0f / max(0.125f, r_refdef.fog_fadedepth); in R_UpdateFog()
6933 …r_refdef.fog_height_tablescale = r_refdef.fog_height_tablesize * r_refdef.fog_height_texcoordscale; in R_UpdateFog()