From 89e6b7e1fa7f27dcc6cd1b8e3b11fc445b73606a Mon Sep 17 00:00:00 2001 From: James Barnett Date: Tue, 31 Dec 2019 15:10:27 +0000 Subject: Remove scaling type. Auto rotate camera --- src/main/resources/presets.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/main/resources/presets.json') diff --git a/src/main/resources/presets.json b/src/main/resources/presets.json index c824fa3..bf5ceab 100644 --- a/src/main/resources/presets.json +++ b/src/main/resources/presets.json @@ -5,7 +5,6 @@ "0": { "zoomFactor": 80, "scalingFactor": 2.9, - "scalingType": "EXPONENTIAL", "autoRotate": false, "waterHeight": 5, "snowHeightThreshold": 16, @@ -16,7 +15,6 @@ "0": { "zoomFactor": 100, "scalingFactor": 2.5, - "scalingType": "EXPONENTIAL", "autoRotate": false, "waterHeight": 3, "snowHeightThreshold": 15, @@ -27,7 +25,6 @@ "0": { "zoomFactor": 45, "scalingFactor": 2.8, - "scalingType": "EXPONENTIAL", "autoRotate": false, "waterHeight": 6, "snowHeightThreshold": 15, @@ -37,8 +34,7 @@ "Marsh": { "0": { "zoomFactor": 55, - "scalingFactor": 2.5, - "scalingType": "LINEAR", + "scalingFactor": 1.5, "autoRotate": false, "waterHeight": 3, "snowHeightThreshold": 15, -- cgit v1.2.3