new TAA test for AMD. a improved ambient lighting for clouds. fixed line on border fog.

This commit is contained in:
Xonk
2024-02-11 16:27:14 -05:00
parent 12df326c72
commit d2d28bdf8e
5 changed files with 92 additions and 64 deletions

View File

@ -144,7 +144,7 @@ vec4 GetVolumetricFog(
#endif
skyLightPhased = max(skyLightPhased + skyLightPhased*(normalize(wpos).y*0.9+0.1),0.0);
LightSourcePhased *= mie;
LightSourcePhased *= mie;
float lightleakfix = clamp(pow(eyeBrightnessSmooth.y/240.,2) ,0.0,1.0);