MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / preDraw

Method preDraw

source/MRViewer/MRViewport.cpp:486–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486void Viewport::preDraw()
487{
488 if ( !viewportGL_.checkInit() )
489 viewportGL_.init();
490 draw_rotation_center();
491 drawGlobalBasis();
492}
493
494void Viewport::postDraw() const
495{

Callers 1

drawSceneMethod · 0.80

Calls 2

checkInitMethod · 0.80
initMethod · 0.45

Tested by

no test coverage detected