style testing

- added sun overlay effect
- added scrolling fog
- added post processing (ACES tonemapping)
- added particles
- added more plants
- increased wind strength
This commit is contained in:
jonathan
2025-09-05 01:14:47 +02:00
parent 9bebe1a44d
commit 83091cc4b4
13 changed files with 622 additions and 71 deletions
+7 -1
View File
@@ -40,4 +40,10 @@ void vertex() {
float time = TIME * speed + sin(float(INSTANCE_ID) * offset);
//float time = TIME * speed + pos.x * pos.y ; not working when moving...
VERTEX.x += getWind(VERTEX.xy, UV, time);
}
}
//void fragment(){
// COLOR.r = UV.y;
// COLOR.g = 0.0f;
// COLOR.b = 0.0f;
//}