CedricGuillemet / ImGuizmo

Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui
MIT License
3.14k stars 883 forks source link

Gizmo behind ImGui window is interactable #293

Open W4RH4WK opened 1 year ago

W4RH4WK commented 1 year ago

While gizmos are correctly drawn behind other ImGui windows in my application, it is still possible to interact with a gizmo when there is an ImGui window in front of it.

This behavior is present in the provided example.

https://user-images.githubusercontent.com/328798/223391169-d291d8df-5d99-48d2-a929-0701bd36bee7.mp4

maritim commented 4 months ago

Hello @W4RH4WK!

I know this answer comes quite late compared to when you asked your question.

Could you download and test the latest version of ImGuizmo? This bug should be fixed as of pull request #203.