MCPcopy Create free account
hub / github.com/Prograda/Skybolt / createExampleVisRoot

Function createExampleVisRoot

src/SkyboltExamples/ExamplesCommon/VisRootUtil.cpp:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace skybolt {
14
15std::unique_ptr<vis::VisRoot> createExampleVisRoot()
16{
17 auto visRoot = std::make_unique<vis::VisRoot>();
18 visRoot->getViewer().setKeyEventSetsDone(osgGA::GUIEventAdapter::KEY_Escape);
19 return visRoot;
20}
21
22} // namespace skybolt

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected