MCPcopy Create free account
hub / github.com/comaps/comaps / Disable3dMode

Method Disable3dMode

libs/drape_frontend/navigator.cpp:302–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302void Navigator::Disable3dMode()
303{
304 if (m_Screen.isPerspective())
305 m_Screen.ResetPerspective();
306}
307
308m2::AnyRectD ToRotated(Navigator const & navigator, m2::RectD const & rect)
309{

Callers 1

SetAutoPerspectiveMethod · 0.80

Calls 2

isPerspectiveMethod · 0.80
ResetPerspectiveMethod · 0.80

Tested by

no test coverage detected