more clouds

This commit is contained in:
minjaesong
2023-08-22 00:06:03 +09:00
parent dc83e12170
commit 7dd520393c
4 changed files with 53 additions and 32 deletions

View File

@@ -2,17 +2,17 @@
"skyboxGradColourMap": "generic_skybox.tga",
"daylightClut": "clut_daylight.tga",
"classification": "generic",
"cloudChance": 6,
"cloudChance": 10,
"cloudGamma": [0.59, 2.0],
"cloudDriftSpeed": 0.4,
"cloudDriftSpeed": 10.4,
"clouds": {
"normal": {
"filename": "cloud_normal.png",
"tw": 1024, "th": 512, "probability": 1.0, "baseScale": 0.4, "scaleVariance": 0.2
},
"large": {
"filename": "cloud_large.png",
"tw": 2048, "th": 1024, "probability": 0.1, "baseScale": 0.26, "scaleVariance": 0.2
"tw": 2048, "th": 1024, "probability": 0.2, "baseScale": 0.45, "scaleVariance": 0.7
},
"normal": {
"filename": "cloud_normal.png",
"tw": 1024, "th": 512, "probability": 1.0, "baseScale": 0.5, "scaleVariance": 0.8
}
}
}