world: added clouds

This commit is contained in:
Simon Ward 2026-01-23 08:01:08 +13:00
parent 1017920ee0
commit 58c7731fa3
3 changed files with 15 additions and 20 deletions

View file

@ -1,9 +0,0 @@
shader_type sky;
uniform vec3 skyColor : source_color;
uniform vec3 horizonColor : source_color;
void sky() {
float col = clamp(EYEDIR.y / 0.05, 0.0, 1.0);
vec3 finalColor = mix(horizonColor,skyColor,col);
COLOR = finalColor;
}

Binary file not shown.