MCPcopy Create free account
hub / github.com/Sharath-girish/efficientgaussian / onRender

Method onRender

SIBR_viewers/src/core/view/SceneDebugView.cpp:271–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 }
270
271 void SceneDebugView::onRender(Window & win)
272 {
273 // We need no information about the window, we render wherever we are.
274 onRender(win.viewport());
275 }
276
277 void SceneDebugView::onRender(const Viewport & viewport)
278 {

Callers

nothing calls this directly

Calls 11

onRenderFunction · 0.85
generateCamFrustumFunction · 0.85
viewportMethod · 0.80
clearMethod · 0.45
bindMethod · 0.45
sizeMethod · 0.45
camerasMethod · 0.45
isActiveMethod · 0.45
mergeMethod · 0.45
handleMethod · 0.45

Tested by

no test coverage detected