aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/presets.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/presets.json')
-rw-r--r--src/main/resources/presets.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/src/main/resources/presets.json b/src/main/resources/presets.json
new file mode 100644
index 0000000..1cefb98
--- /dev/null
+++ b/src/main/resources/presets.json
@@ -0,0 +1,51 @@
+{
+ "preset": "Mountainous",
+ "remembered": {
+ "Mountain": {
+ "0": {
+ "zoomFactor": 80,
+ "scalingFactor": 2.9,
+ "scalingType": "EXPONENTIAL",
+ "autoRotate": false,
+ "waterHeight": 4,
+ "snowHeightThreshold": 16,
+ "showWireframe": false
+ }
+ },
+ "Flat": {
+ "0": {
+ "zoomFactor": 100,
+ "scalingFactor": 2.5,
+ "scalingType": "EXPONENTIAL",
+ "autoRotate": false,
+ "waterHeight": 3,
+ "snowHeightThreshold": 15,
+ "showWireframe": false
+ }
+ },
+ "Dense": {
+ "0": {
+ "zoomFactor": 45,
+ "scalingFactor": 2.8,
+ "scalingType": "EXPONENTIAL",
+ "autoRotate": false,
+ "waterHeight": 3,
+ "snowHeightThreshold": 15,
+ "showWireframe": false
+ }
+ },
+ "Marsh": {
+ "0": {
+ "zoomFactor": 55,
+ "scalingFactor": 2.5,
+ "scalingType": "LINEAR",
+ "autoRotate": false,
+ "waterHeight": 3,
+ "snowHeightThreshold": 15,
+ "showWireframe": false
+ }
+ }
+ },
+ "closed": false,
+ "folders": {}
+} \ No newline at end of file