diff options
author | Lauren Budorick <lauren@mapbox.com> | 2017-10-14 03:15:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-14 03:15:34 +0200 |
commit | e43e2aa3d700cb086e8de0e1c07a6623a192bfe0 (patch) | |
tree | 11949cef17e85e66f329444a88982196794db960 /platform/glfw | |
parent | 98bb8613c341bc9e07692f6172c661e8f700272d (diff) | |
download | qtlocation-mapboxgl-e43e2aa3d700cb086e8de0e1c07a6623a192bfe0.tar.gz |
[core, node] Support axonometric rendering
Diffstat (limited to 'platform/glfw')
-rw-r--r-- | platform/glfw/settings_json.hpp | 3 |
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; |