mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 00:37:35 +08:00
remove underwater distortion. make AO in sunlight also be on SSS.
This commit is contained in:
@ -384,7 +384,7 @@ vec4 GetVolumetricClouds(
|
||||
#if defined DISTANT_HORIZONS
|
||||
float maxdist = dhFarPlane;
|
||||
#else
|
||||
float maxdist = far + 16*5.0;
|
||||
float maxdist = far*4.0;
|
||||
#endif
|
||||
|
||||
float lViewPosM = length(viewPos) < maxdist ? length(viewPos) - 1.0 : 100000000.0;
|
||||
|
Reference in New Issue
Block a user