mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Added imgui debug dialog for camera statistics
This commit is contained in:
parent
c5e4ada75b
commit
783a527109
4 changed files with 36 additions and 1 deletions
|
@ -1700,6 +1700,10 @@ void GLCanvas3D::render()
|
|||
imgui.end();
|
||||
#endif // ENABLE_RENDER_STATISTICS
|
||||
|
||||
#if ENABLE_CAMERA_STATISTICS
|
||||
m_camera.debug_render();
|
||||
#endif // ENABLE_CAMERA_STATISTICS
|
||||
|
||||
wxGetApp().imgui()->render();
|
||||
|
||||
m_canvas->SwapBuffers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue