Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/city-super/Octree-GS
/ displayMesh
Method
displayMesh
SIBR_viewers/src/core/view/interface/Interface.cpp:433–438 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
431
}
432
433
void MultiViewInterface::displayMesh(const sibr::Viewport & viewport)
434
{
435
if (meshView.isActive) {
436
meshViewer.render(viewport);
437
}
438
}
439
440
void MultiViewInterface::displayZoom(const sibr::Viewport & viewport)
441
{
Callers
1
onRender
Method · 0.80
Calls
1
render
Method · 0.45
Tested by
no test coverage detected