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

Method onGUI

SIBR_viewers/src/projects/remote/renderer/RemotePointView.cpp:187–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void sibr::RemotePointView::onGUI()
188{
189 const std::string guiName = "Remote Viewer Settings (" + name() + ")";
190 if (ImGui::Begin(guiName.c_str()))
191 {
192 ImGui::Checkbox("Show Input Points", &_showSfM);
193 ImGui::Checkbox("Show Input Points during Motion", &_renderSfMInMotion);
194 ImGui::Checkbox("Train", &_doTrainingBool);
195 ImGui::Checkbox("SHs Python", &_doSHsPython);
196 ImGui::Checkbox("Rot-Scale Python", &_doRotScalePython);
197 ImGui::Checkbox("Keep model alive (after training)", &_keepAlive);
198 ImGui::SliderFloat("Scaling Modifier", &_scalingModifier, 0.001f, 1.0f);
199 }
200 ImGui::End();
201}
202
203sibr::RemotePointView::~RemotePointView()
204{

Callers

nothing calls this directly

Calls 1

nameFunction · 0.85

Tested by

no test coverage detected