made rain come down from an angle. tweaked SSS from the sun.

This commit is contained in:
Xonk
2023-10-08 23:30:36 -04:00
parent d47eedd987
commit 69e605b38b
4 changed files with 64 additions and 25 deletions

View File

@ -101,7 +101,6 @@ void main() {
#endif
#ifdef WEATHER
// lightmap.x = clamp(max(lightmap.x - 0.5, 0.0) * 2.5, 0.0, 1.0);
gl_FragData[1].a = TEXTURE.a; // for bloomy rain and stuff
#endif