small tweak to that last commit

This commit is contained in:
Xonk 2023-06-28 17:16:24 -04:00
parent c4c2e0d2d7
commit 015e40a094

View File

@ -92,7 +92,7 @@ void main() {
pos = normalize(vec3(0,1,0)); pos = normalize(vec3(0,1,0));
pos.xy += normalize(sample3x3[i]) * vec2(0.3183,0.90); pos.xy += normalize(sample3x3[i]) * vec2(0.3183,0.90);
averageSkyCol_Clouds += 1.72*skyCloudsFromTex(pos,colortex4).rgb/maxIT/150.; averageSkyCol_Clouds += 2.0*skyCloudsFromTex(pos,colortex4).rgb/maxIT/150.;
// pos = normalize(vec3(0,1,0)); // pos = normalize(vec3(0,1,0));
// pos.xy += normalize(sample3x3[i]) * vec2(0.3183,0.90); // pos.xy += normalize(sample3x3[i]) * vec2(0.3183,0.90);