From d9cc6ecad96d8e4e94d48912a4e6ed23b07c87b4 Mon Sep 17 00:00:00 2001 From: Filip Sykala - NTB T15p Date: Tue, 29 Nov 2022 18:42:11 +0100 Subject: [PATCH] Show imgui demo window --- src/slic3r/GUI/GLCanvas3D.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/slic3r/GUI/GLCanvas3D.cpp b/src/slic3r/GUI/GLCanvas3D.cpp index 11d1bb80c..11d8f1668 100644 --- a/src/slic3r/GUI/GLCanvas3D.cpp +++ b/src/slic3r/GUI/GLCanvas3D.cpp @@ -1697,6 +1697,8 @@ void GLCanvas3D::render() #endif // ENABLE_RAYCAST_PICKING_DEBUG } + ImGui::ShowDemoWindow(); + const bool is_looking_downward = camera.is_looking_downward(); // draw scene