summaryrefslogtreecommitdiff
path: root/platform/glfw/settings_json.hpp
diff options
context:
space:
mode:
authorLauren Budorick <lauren@mapbox.com>2017-10-14 03:15:34 +0200
committerGitHub <noreply@github.com>2017-10-14 03:15:34 +0200
commite43e2aa3d700cb086e8de0e1c07a6623a192bfe0 (patch)
tree11949cef17e85e66f329444a88982196794db960 /platform/glfw/settings_json.hpp
parent98bb8613c341bc9e07692f6172c661e8f700272d (diff)
downloadqtlocation-mapboxgl-e43e2aa3d700cb086e8de0e1c07a6623a192bfe0.tar.gz
[core, node] Support axonometric rendering
Diffstat (limited to 'platform/glfw/settings_json.hpp')
-rw-r--r--platform/glfw/settings_json.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/glfw/settings_json.hpp b/platform/glfw/settings_json.hpp
index 49ea00e3e1..c89accb8af 100644
--- a/platform/glfw/settings_json.hpp
+++ b/platform/glfw/settings_json.hpp
@@ -17,6 +17,9 @@ public:
double zoom = 0;
double bearing = 0;
double pitch = 0;
+ bool axonometric = false;
+ double xSkew = 0.0;
+ double ySkew = 1.0;
EnumType debug = 0;
bool online = true;