-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Hello! I encountered a bug in the latest version of Imguizmo. Since I don't want the gizmo to be hovered over when another window is in front of it, I downloaded the main branch and used the Imguimo.cpp file from that branch (version v1.92.5 WIP). With this branch, I encountered a bug concerning the rotation gizmo.
I know where the problem lies: it's in the DrawRotationGizmo() function. To "solve" this problem, I restored this part of the code to use the function from the final version 1.83. I know this isn't really a fix, but I haven't had time to look into it in more detail. So for now, it's a workaround.
So, if anyone else is experiencing the same problem as me, just go to line 1266 in the Imguizmo.cpp file (if you are using version v1.92.5 WIP) and replace DrawRotationGizmo with the old version found in version v1.83.
I am attaching a video that shows the problem.
2026-01-24.15-02-10.mp4
What I wanted to have :