tweak sky color sampling a little to avoid blowing out on a single little cloud. mac OS test as well

This commit is contained in:
Xonk
2023-07-06 17:05:01 -04:00
parent 7119baabb3
commit 7cceac5169
4 changed files with 21 additions and 16 deletions

View File

@ -76,9 +76,9 @@ void main() {
vec2 sample3x3[9] = vec2[](
vec2(-1.0, 0.0),
vec2(-1.0, -0.3),
vec2( 0.0, 0.0),
vec2( 1.0, 0.0),
vec2( 1.0, -0.3),
vec2(-1.0, -0.5),
vec2( 0.0, -0.5),