mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
26 lines
762 B
JSON
26 lines
762 B
JSON
{
|
|
"identifier": "clear01",
|
|
"skyboxGradColourMap": "generic_skybox.tga",
|
|
"daylightClut": "clut_daylight.tga",
|
|
"tags": "generic,clear",
|
|
"cloudChance": 12,
|
|
"cloudGamma": [1.2, 2.4],
|
|
"cloudGammaVariance": [0.111, 0.0],
|
|
"windSpeed": 0.35,
|
|
"windSpeedVariance": 0.4,
|
|
"windSpeedDamping": 0.5,
|
|
"clouds": {
|
|
"cumulus": {
|
|
"filename": "cloud_normal.png", "tw": 1024, "th": 512, "probability": 0.05,
|
|
"baseScale": 2.0, "scaleVariance": 0.6,
|
|
"altLow": 1080, "altHigh": 2400
|
|
},
|
|
"altocumulus": {
|
|
"filename": "cloud_normal.png", "tw": 1024, "th": 512, "probability": 1.0,
|
|
"baseScale": 1.0, "scaleVariance": 0.1,
|
|
"altLow": 2600, "altHigh": 4800
|
|
}
|
|
},
|
|
"atmoTurbidity": 3.2,
|
|
"shaderVibrancy": [1.0, 1.0]
|
|
} |