aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
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
parent99d4758c33b3c711e0ab252fff00b52e6c6f8252 (diff)
downloadterrain-4bff7e3c56e2e7f1f769d560c8712be224682760.tar.xz
terrain-4bff7e3c56e2e7f1f769d560c8712be224682760.zip
Adjust fine noise. Dispose texture and geom when regenerating
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/index.html1
-rw-r--r--src/main/resources/presets.json4
2 files changed, 2 insertions, 3 deletions
diff --git a/src/main/resources/index.html b/src/main/resources/index.html
index 943fdd7..5b65e50 100644
--- a/src/main/resources/index.html
+++ b/src/main/resources/index.html
@@ -20,7 +20,6 @@
<div id="container"></div>
<div id="loading-overlay" class="hidden">
- hello
<div id="spinner"></div>
</div>
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
}