| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected