9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00

Merge pull request #34 from espen96/irispull1

fix some cave issues
This commit is contained in:
Brian Neumann-Fopiano
2021-06-06 14:56:41 -07:00
committed by GitHub

View File

@@ -141,14 +141,14 @@
"style": "IRIS_DOUBLE",
"zoom": 1,
"fracture": {
"multiplier": 20,
"style": "FRACTAL_SMOKE",
"zoom": 0.5
}
"multiplier": 5,
"style": "FRACTAL_SMOKE",
"zoom": 0.5
}
},
"fullPercent": 0.01,
"threshold": 0.75,
"minHeight": -30,
"minHeight": -40,
"maxHeight": 70
},
{
@@ -156,19 +156,40 @@
"style": "PERLIN_IRIS_HALF",
"zoom": 0.3,
"fracture": {
"multiplier": 20,
"style": "FRACTAL_SMOKE",
"zoom": 0.5
}
"multiplier": 5,
"style": "FRACTAL_SMOKE",
"zoom": 0.5
}
},
"fullPercent": 0.5,
"threshold": 0.68,
"minHeight": -70,
"minHeight": -50,
"maxHeight": 100
}
],
"caves": true,
"caveLayers": [
{
"canBreakSurface": true,
"caveThickness": 0.5,
"caveZoom": 0.7,
"horizontalSlope": {
"min": -40,
"max": 60,
"generator": {
"style": "SIMPLEX",
"zoom": 2
}
},
"verticalSlope": {
"min": 10,
"max": 110,
"generator": {
"style": "SIMPLEX",
"zoom": 4
}
}
},
{
"canBreakSurface": false,
"caveThickness": 0.5,
@@ -190,27 +211,8 @@
}
}
},
{
"canBreakSurface": true,
"caveThickness": 0.5,
"caveZoom": 0.7,
"horizontalSlope": {
"min": -40,
"max": 50,
"generator": {
"style": "SIMPLEX",
"zoom": 2
}
},
"verticalSlope": {
"min": 10,
"max": 100,
"generator": {
"style": "SIMPLEX",
"zoom": 4
}
}
},
{
"canBreakSurface": false,
"caveThickness": 0.1,
@@ -225,7 +227,7 @@
},
"verticalSlope": {
"min": -40,
"max": 70,
"max": 80,
"generator": {
"style": "PERLIN",
"zoom": 2