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

Method onGUI

SIBR_viewers/src/projects/basic/renderer/TexturedMeshView.cpp:63–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void sibr::TexturedMeshView::onGUI()
64{
65 if (ImGui::Begin("Textured Mesh Renderer Settings")) {
66
67 // Poisson settings.
68 ImGui::Checkbox("Poisson ", &_poissonBlend); ImGui::SameLine();
69 ImGui::Checkbox("Poisson fix", &_poissonRenderer->enableFix());
70
71 }
72 ImGui::End();
73}
74

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected