Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
486
void Viewport::preDraw()
487
{
488
if ( !viewportGL_.checkInit() )
489
viewportGL_.init();
490
draw_rotation_center();
491
drawGlobalBasis();
492
}
493
494
void Viewport::postDraw() const
495
{
Callers
1
drawScene
Method · 0.80
Calls
2
checkInit
Method · 0.80
init
Method · 0.45
Tested by
no test coverage detected