hand shaped hole in bloom when TAAU is on

This commit is contained in:
Xonk
2023-11-12 16:33:31 -05:00
parent 23c8c49b70
commit 634be75b20
7 changed files with 29 additions and 34 deletions

View File

@ -1,7 +1,5 @@
float getWaterHeightmap(vec2 posxz, float waveM, float waveZ, float iswater) { // water waves
vec2 movement = vec2(frameTimeCounter*0.05);
vec2 movement = vec2(frameTimeCounter*0.05);// *0;
vec2 pos = posxz ;
float caustic = 1.0;
float weightSum = 0.0;