couple tweaks

This commit is contained in:
Xonk
2023-06-23 00:45:23 -04:00
parent 84a3d8148e
commit a254b06b6a
6 changed files with 16 additions and 11 deletions

View File

@ -266,7 +266,7 @@ vec4 renderClouds(
float timing = 1.0 - clamp(pow(abs(dV_Sun.y)/150.0,2.0),0.0,1.0);
vec3 lightningColor = vec3(0.5,0.8,1.0) * 1000.0 * lightningFlash;
vec3 lightningColor = vec3(Lightning_R,Lightning_G,Lightning_B) * 1000.0 * lightningFlash;
#ifdef Cumulus
for(int i=0;i<maxIT_clouds;i++) {