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

Fix panorama() #7154

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Fix panorama() #7154

merged 1 commit into from
Jul 30, 2024

Conversation

davepagurek
Copy link
Contributor

Super quick bug fix here!

After splitting up the model + view matrices, panorama() started breaking and showing weird stretching:

Screenshot 2024-07-30 at 1 43 46 PM

This is because it was accessing uMVMatrix before it gets set (now, it only gets set right before rendering, and the model and view matrices are instead the ones that get used everywhere.) I've updated it to use the view matrix instead:

image

@davepagurek davepagurek merged commit 4216eaf into processing:main Jul 30, 2024
2 checks passed
@davepagurek davepagurek deleted the fix/panorama branch July 30, 2024 21:12
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