mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-10 13:51:53 +09:00
24 lines
715 B
JSON
24 lines
715 B
JSON
{
|
|
"identifier": "generic01",
|
|
"skyboxGradColourMap": "generic_skybox.tga",
|
|
"daylightClut": "clut_daylight.tga",
|
|
"classification": "generic",
|
|
"cloudChance": 125,
|
|
"cloudGamma": [0.45, 2.4],
|
|
"cloudGammaVariance": [0.1, 0.0],
|
|
"windSpeed": 0.25,
|
|
"windSpeedVariance": 1.0,
|
|
"clouds": {
|
|
"cumulonimbus": {
|
|
"filename": "cloud_large.png", "tw": 2048, "th": 1024, "probability": 0.2,
|
|
"baseScale": 4.0, "scaleVariance": 0.3333333,
|
|
"altLow": 1080, "altHigh": 1120
|
|
},
|
|
"cumulus": {
|
|
"filename": "cloud_normal.png", "tw": 1024, "th": 512, "probability": 1.0,
|
|
"baseScale": 2.0, "scaleVariance": 0.6,
|
|
"altLow": 1080, "altHigh": 1800
|
|
}
|
|
},
|
|
"atmoTurbidity": 3.5
|
|
} |