Fix water exploding on iris. tweak RTAO / SSGI's AO to look more like it used to in bliss v2

This commit is contained in:
Xonk
2023-08-02 18:31:56 -04:00
parent ec7a73fefa
commit adaa2db9e6
7 changed files with 39 additions and 18 deletions

View File

@ -311,8 +311,8 @@ void main() {
}
// apply VL fog to the scene
color *= vl.a;
color += vl.rgb;
// color *= vl.a;
// color += vl.rgb;
// bloomy rain effect
float rainDrops = clamp(texture2D(colortex9,texcoord).a, 0.0,1.0);