Added debug imgui window to show the content of selected volumes' matrices

This commit is contained in:
enricoturri1966 2023-01-05 11:52:10 +01:00
parent 86f04ac159
commit 2ede668676
4 changed files with 110 additions and 0 deletions

View file

@ -5653,6 +5653,10 @@ void GLCanvas3D::_render_selection()
if (!m_gizmos.is_running())
m_selection.render(scale_factor);
#if ENABLE_WORLD_COORDINATE_DEBUG
m_selection.render_debug_window();
#endif // ENABLE_WORLD_COORDINATE_DEBUG
}
void GLCanvas3D::_render_sequential_clearance()