Show imgui demo window
This commit is contained in:
parent
d5fedd928c
commit
d9cc6ecad9
1 changed files with 2 additions and 0 deletions
|
@ -1697,6 +1697,8 @@ void GLCanvas3D::render()
|
||||||
#endif // ENABLE_RAYCAST_PICKING_DEBUG
|
#endif // ENABLE_RAYCAST_PICKING_DEBUG
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ImGui::ShowDemoWindow();
|
||||||
|
|
||||||
const bool is_looking_downward = camera.is_looking_downward();
|
const bool is_looking_downward = camera.is_looking_downward();
|
||||||
|
|
||||||
// draw scene
|
// draw scene
|
||||||
|
|
Loading…
Reference in a new issue