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

Method PrepareScene

libs/drape_frontend/frontend_renderer.cpp:2532–2540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2530}
2531
2532void FrontendRenderer::PrepareScene(ScreenBase const & modelView)
2533{
2534 TRACE_SECTION("[drape] PrepareScene");
2535 RefreshZScale(modelView);
2536 RefreshPivotTransform(modelView);
2537
2538 m_myPositionController->OnUpdateScreen(modelView);
2539 m_routeRenderer->PrepareRouteArrows(modelView, std::bind(&FrontendRenderer::OnPrepareRouteArrows, this, _1, _2));
2540}
2541
2542void FrontendRenderer::UpdateScene(ScreenBase const & modelView)
2543{

Callers

nothing calls this directly

Calls 2

OnUpdateScreenMethod · 0.80
PrepareRouteArrowsMethod · 0.80

Tested by

no test coverage detected