update cloud density when is rainy or snowy

This commit is contained in:
2026-05-06 23:14:51 +02:00
parent d8efa735dd
commit ddec91d515
4 changed files with 14 additions and 6 deletions

View File

@@ -67,7 +67,6 @@ void fragment() {
float is_center = step(center_sharpness, internal_n);
ALBEDO = shadow_color;
ALPHA = mix(opacity_edge, opacity_center, is_center) * final_fade;
}
}