mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 00:37:35 +08:00
make puddles go away in places it shouldnt be
This commit is contained in:
@ -23,11 +23,14 @@ uniform sampler2D colortex4;//Skybox
|
||||
|
||||
#include "/lib/climate_settings.glsl"
|
||||
|
||||
// #ifdef Daily_Weather
|
||||
// uniform float CloudHeight;
|
||||
// #endif
|
||||
float CumulusHeight = Cumulus_height;
|
||||
float MaxCumulusHeight = CumulusHeight + 100;
|
||||
|
||||
float AltostratusHeight = 2000;
|
||||
|
||||
|
||||
float rainCloudwetness = rainStrength;
|
||||
float cloud_movement = frameTimeCounter * Cloud_Speed;
|
||||
|
||||
|
Reference in New Issue
Block a user