diff --git a/shaders/dimensions/composite2.fsh b/shaders/dimensions/composite2.fsh index 65c738a..af5289b 100644 --- a/shaders/dimensions/composite2.fsh +++ b/shaders/dimensions/composite2.fsh @@ -290,7 +290,7 @@ vec4 waterVolumetrics(vec3 rayStart, vec3 rayEnd, float rayLength, vec2 dither, float thing = -normalize(dVWorld).y; thing = clamp(thing + 0.333,0.0,1.0); thing = pow(1.0-pow(1.0-thing,2.0),2.0); - thing *= 7.0; + thing *= 15.0; float expFactor = 11.0; for (int i=0;i