| 45 | } |
| 46 | |
| 47 | void sibr::PointBasedView::onGUI() |
| 48 | { |
| 49 | if (ImGui::Begin("Point Based Mesh Renderer Settings")) { |
| 50 | |
| 51 | // Poisson settings. |
| 52 | //ImGui::Checkbox("Poisson fix", &_poissonRenderer->enableFix()); |
| 53 | |
| 54 | } |
| 55 | ImGui::End(); |
| 56 | } |
| 57 |
nothing calls this directly
no outgoing calls
no test coverage detected