Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ postDraw
Method
postDraw
source/MRViewer/MRViewport.cpp:494–501 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
492
}
493
494
void Viewport::postDraw() const
495
{
496
draw_border();
497
draw_clipping_plane();
498
499
// important to be last
500
drawAxesAndViewController();
501
}
502
503
void Viewport::updateSceneBox_()
504
{
Callers
1
drawScene
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected