aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/presets.json
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2019-12-31 14:32:57 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2019-12-31 14:32:57 +0000
commit4bff7e3c56e2e7f1f769d560c8712be224682760 (patch)
treedda2e48063098dbe769d696dbf42cea7a489a1c8 /src/main/resources/presets.json
parent99d4758c33b3c711e0ab252fff00b52e6c6f8252 (diff)
downloadterrain-4bff7e3c56e2e7f1f769d560c8712be224682760.tar.xz
terrain-4bff7e3c56e2e7f1f769d560c8712be224682760.zip
Adjust fine noise. Dispose texture and geom when regenerating
Diffstat (limited to 'src/main/resources/presets.json')
-rw-r--r--src/main/resources/presets.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/presets.json b/src/main/resources/presets.json
index 0c797b3..c824fa3 100644
--- a/src/main/resources/presets.json
+++ b/src/main/resources/presets.json
@@ -7,7 +7,7 @@
"scalingFactor": 2.9,
"scalingType": "EXPONENTIAL",
"autoRotate": false,
- "waterHeight": 4,
+ "waterHeight": 5,
"snowHeightThreshold": 16,
"showWireframe": false
}
@@ -29,7 +29,7 @@
"scalingFactor": 2.8,
"scalingType": "EXPONENTIAL",
"autoRotate": false,
- "waterHeight": 3,
+ "waterHeight": 6,
"snowHeightThreshold": 15,
"showWireframe": false
}