diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2019-12-31 15:10:27 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2019-12-31 15:10:27 +0000 |
| commit | 89e6b7e1fa7f27dcc6cd1b8e3b11fc445b73606a (patch) | |
| tree | 82ba52cfcd02f149e18b9332a5dcc159b3ac324c /src/main/resources/presets.json | |
| parent | 4bff7e3c56e2e7f1f769d560c8712be224682760 (diff) | |
| download | terrain-89e6b7e1fa7f27dcc6cd1b8e3b11fc445b73606a.tar.xz terrain-89e6b7e1fa7f27dcc6cd1b8e3b11fc445b73606a.zip | |
Remove scaling type. Auto rotate camera
Diffstat (limited to 'src/main/resources/presets.json')
| -rw-r--r-- | src/main/resources/presets.json | 6 |
1 files changed, 1 insertions, 5 deletions
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, |