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

Method getViewport

SIBR_viewers/src/core/view/MultiViewManager.cpp:288–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 }
287
288 const Viewport MultiViewBase::getViewport(void) const
289 {
290 return Viewport(0.0f, 0.0f, (float)_defaultViewResolution.x(), (float)_defaultViewResolution.y());
291 }
292
293 void MultiViewBase::addCameraForView(const std::string & name, ICameraHandler::Ptr cameraHandler)
294 {

Callers 4

setSceneMethod · 0.80
gui_camerasMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

ViewportClass · 0.70

Tested by

no test coverage detected