cloud stage has more depth

This commit is contained in:
minjaesong
2023-09-06 18:01:33 +09:00
parent 7259ca616c
commit 6c97a9d5ab
13 changed files with 93 additions and 48 deletions

View File

@@ -21,5 +21,6 @@
"altLow": 1080, "altHigh": 1800
}
},
"atmoTurbidity": 3.5
"atmoTurbidity": 3.5,
"shaderVibrancy": [1.0, 1.0]
}

View File

@@ -27,5 +27,6 @@
}
},
"atmoTurbidity": 3.5,
"shaderVibrancy": [1.0, 1.0],
"__comment__": "Make a texture for altocumulus so that this weather can be realised with less than 1000 sprites"
}

View File

@@ -8,7 +8,7 @@
"cloudGammaVariance": [0.0, 0.0],
"windSpeed": 10.45,
"windSpeedVariance": 0.5,
"windSpeedDamping": 0.0,
"windSpeedDamping": 0.5,
"clouds": {
"cumulus": {
"filename": "cloud_normal.png", "tw": 1024, "th": 512, "probability": 0.1,
@@ -26,5 +26,6 @@
"altLow": 1100, "altHigh": 1500
}
},
"atmoTurbidity": 9.5
"atmoTurbidity": 9.5,
"shaderVibrancy": [0.93, 0.9]
}