forked from organicmaps/organicmaps
Previously on desktop, the always-on 3D mode was behind an odd "easter-egg", that was only reachable with a series of `Allow3dMode` messages: ```` #ifdef OMIM_OS_DESKTOP if (m_enablePerspectiveInNavigation == msg->AllowPerspective() && m_enablePerspectiveInNavigation != screen.isPerspective()) { AddUserEvent(make_unique_dp<SetAutoPerspectiveEvent>(m_enablePerspectiveInNavigation)); } #endif ```` This change adds a dedicated field for that in the message, and a dedicated checkbox on the UI. The checkbox is labelled `experimental`, because for now `drape_frontend` is rather unstable in this mode. This stability issue is independent from how we enable the always-on 3D mode (old "easter-egg" or proper UI checkbox). The idea is that making it easier to enable, also makes it easier to improve. Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com> |
||
---|---|---|
.. | ||
.idea | ||
app | ||
gradle/wrapper | ||
script | ||
.gitignore | ||
build.gradle | ||
code_style_scheme.xml | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
HOW_TO_USE_GRADLE.txt | ||
settings.gradle |