Fix arctic biome with postrocessing and tweak for nubia and steppe

- Arctic biome was much too bright with postprocess (error in
717a9d0252)
- Change sun angle in Nubia to make the grass less yellow at default
camera angle
- Change sun angle in Steppe to make the game look less flat at default
camera angle.

Patch by: marder
Differential Revision: https://code.wildfiregames.com/D4145
This was SVN commit r25764.
This commit is contained in:
wraitii 2021-06-10 06:48:38 +00:00
parent 0b6486dc7a
commit b84e268a1f
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
},
"Postproc": {
"PostprocEffect": "hdr",
"Brightness": 1,
"Brightness": 0,
"Saturation": 1,
"Contrast": 1,
"Bloom": 0.16

View File

@ -6,7 +6,7 @@
"Environment": {
"SunColor": { "r": 1.10039, "g": 1.05979, "b": 0.99212 },
"SunElevation": 0.7,
"SunRotation": -0.3,
"SunRotation": -1.7,
"AmbientColor": { "r": 0.354118, "g": 0.361961, "b": 0.389412 },
"Water": {
"WaterBody": {

View File

@ -7,7 +7,7 @@
"SkySet": "sunrise",
"SunColor": { "r": 0.85866, "g": 0.85095, "b": 0.73284 },
"SunElevation": 0.421456,
"SunRotation": -0.226047,
"SunRotation": -1.526047,
"AmbientColor": { "r": 0.504118, "g": 0.462157, "b": 0.604118 },
"Water": {
"WaterBody": {