Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Anttwo/SuGaR
/ onGUI
Method
onGUI
gaussian_splatting/SIBR_viewers/src/core/view/SceneDebugView.cpp:329–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
327
}
328
329
void SceneDebugView::onGUI()
330
{
331
if (ImGui::Begin(
"Top view settings"
)) {
332
gui_options();
333
list_mesh_onGUI();
334
gui_cameras();
335
}
336
ImGui::End();
337
338
}
339
340
void SceneDebugView::save()
341
{
Callers
1
gui_options
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected