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

Method initBasisViewControllerObject_

source/MRViewer/MRViewer.cpp:2182–2186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2180}
2181
2182void Viewer::initBasisViewControllerObject_()
2183{
2184 basisViewController = std::make_unique<CornerControllerObject>();
2185 basisViewController->initDefault();
2186}
2187
2188void Viewer::initClippingPlaneObject_()
2189{

Callers

nothing calls this directly

Calls 1

initDefaultMethod · 0.80

Tested by

no test coverage detected