-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gizmo is clipped by the UI area instead of the viewport #71
Comments
urholaukkarinen
added a commit
that referenced
this issue
Oct 6, 2024
Painter's clip rect was always a sub-region of the UI's clip rect, so it was not possible to draw outside the used UI. Now the whole gizmo viewport is used as clip rect
urholaukkarinen
added a commit
that referenced
this issue
Oct 6, 2024
Fixed painter clipping in transform-gizmo-egui (#71)
This should now be fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: