Open T-wexler opened 2 years ago
I was wondering how to disable the blue tint things get underwater as it is making the water too blue in my opinion. Thanks.
There is no intentional way to disable it, but you can shame the MU_WATER constant in pbr.glsl to vec3(1.0) and it should have the same effect.
MU_WATER
pbr.glsl
vec3(1.0)
I was wondering how to disable the blue tint things get underwater as it is making the water too blue in my opinion. Thanks.