I'm migrating from egui-gizmo to transform-gizmo-egui. One of the surprises is that the gizmo is only drawing within the UI area:
This was not the case with "egui-gizmo".
In the viewport argument, I tried passing Rect::EVERYTHING or the actual window dimensions - doesn't help.
Finally, the gizmo is reacting to manipulation even if it's not visible. This makes the issue even more confusing to the user.
I'm migrating from egui-gizmo to transform-gizmo-egui. One of the surprises is that the gizmo is only drawing within the UI area:
This was not the case with "egui-gizmo". In the
viewport
argument, I tried passingRect::EVERYTHING
or the actual window dimensions - doesn't help. Finally, the gizmo is reacting to manipulation even if it's not visible. This makes the issue even more confusing to the user.