nevermind that looks horrible

This commit is contained in:
Xonk
2023-12-31 18:06:37 -05:00
parent 24f546b8fa
commit 2dda68cf5b
2 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@ vec4 renderClouds(
vec3 dV_view = normalize(viewPos.xyz);
// this is the cloud curvature.
// dV_view.y += 0.05 * heightRelativeToClouds;
dV_view.y += 0.05 * heightRelativeToClouds;
dV_view *= 300/abs(dV_view.y)/maxIT_clouds;