MCPcopy Create free account
hub / github.com/city-super/Octree-GS / onRender

Method onRender

SIBR_viewers/src/core/view/InteractiveCameraHandler.cpp:515–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 }
514
515 void InteractiveCameraHandler::onRender(const sibr::Viewport& viewport) {
516 if (_currentMode == TRACKBALL) {
517 _trackball.onRender(viewport);
518 }
519 }
520
521 void InteractiveCameraHandler::onGUI(const std::string& suffix) {
522

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected