Skip to content
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

#72 Fixed egui gizmo rendering with the default viewport #75

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

urholaukkarinen
Copy link
Owner

The default gizmo viewport is Rect::NOTHING. Egui gizmo replaces non-finite viewports with the clip rect.
However, the non-finite viewport was being used for egui clipping even though the gizmo viewport was replaced.

The default gizmo viewport is Rect::NOTHING. Egui gizmo
replaces non-finite viewports with the clip rect.
However, the non-finite viewport was being used for egui clipping
even though the gizmo viewport was replaced.
@urholaukkarinen urholaukkarinen force-pushed the 72-fix-egui-gizmo-viewport branch from d858a27 to ce0dc0a Compare July 27, 2024 10:19
@urholaukkarinen urholaukkarinen merged commit 5be0854 into main Jul 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant