MCPcopy 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
494void Viewport::postDraw() const
495{
496 draw_border();
497 draw_clipping_plane();
498
499 // important to be last
500 drawAxesAndViewController();
501}
502
503void Viewport::updateSceneBox_()
504{

Callers 1

drawSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected