Searched defs:logblend (Results 1 – 6 of 6) sorted by relevance
/dports/games/bloodfrontier/bloodfrontier/src/engine/ |
H A D | rendergl.cpp | 923 static void blendfog(int fogmat, float blend, float logblend, float &start, float &end, float *fogc) in blendfog() 949 float logscale = 256, logblend = log(1 + (logscale - 1)*below) / log(logscale); in setfog() local
|
/dports/games/sauerbraten/sauerbraten/src/engine/ |
H A D | rendergl.cpp | 1161 static void blendfog(int fogmat, float blend, float logblend, float &start, float &end, vec &fogc) in blendfog() 1263 float logscale = 256, logblend = log(1 + (logscale - 1)*below) / log(logscale); in setfog() local
|
/dports/games/redeclipse16/base-1.6.0/src/engine/ |
H A D | rendergl.cpp | 1031 static void blendfog(int fogmat, float blend, float logblend, float &start, float &end, vec &fogc) in blendfog() 1133 float logscale = 256, logblend = log(1 + (logscale - 1)*below) / log(logscale); in setfog() local
|
/dports/games/redeclipse/base-2.0.0/src/engine/ |
H A D | rendergl.cpp | 1831 static void blendfog(int fogmat, float below, float blend, float logblend, float &start, float &end… in blendfog() 1910 float logscale = 256, logblend = log(1 + (logscale - 1)*blend) / log(logscale); in setfog() local
|
/dports/games/tesseract-data/tesseract/src/engine/ |
H A D | rendergl.cpp | 1908 static void blendfog(int fogmat, float below, float blend, float logblend, float &start, float &end… in blendfog() 1975 float logscale = 256, logblend = log(1 + (logscale - 1)*blend) / log(logscale); in setfog() local
|
/dports/games/tesseract/tesseract/src/engine/ |
H A D | rendergl.cpp | 1908 static void blendfog(int fogmat, float below, float blend, float logblend, float &start, float &end… in blendfog() 1975 float logscale = 256, logblend = log(1 + (logscale - 1)*blend) / log(logscale); in setfog() local
|