-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
p5.Camera.tilt() does not update the up vector leading to rapid orientation flipping #7377
Closed
2 of 17 tasks
Labels
Comments
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, please make sure to fill out the inputs in the issue forms. Thank you! |
could you assign this issue to me, i'll try to fix it too |
Hi! Thanks for taking a look at this. Unfortunately I do not have
permission to assign the issue on GitHub. As a p5/GitHub noobie I'm not
sure how to proceed so I'll follow your suggestions.
Cheers,
Fran
…On Tue, 26 Nov 2024 at 10:42, rishabhs-rizz ***@***.***> wrote:
could you assign this issue to me, i'll try to fix it too
—
Reply to this email directly, view it on GitHub
<#7377 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR2R7HCPG4XA6WL2AJKP7B32CRGCRAVCNFSM6AAAAABR4P2RRGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBQGI3DSMRRGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
3 tasks
@all-contributors please add @franolichdesign for bug, code |
I've put up a pull request to add @franolichdesign! 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most appropriate sub-area of p5.js?
p5.js version
1.11.1 and earlier recent versions
Web browser and version
Firefox 132.0.2 / Edge 130.0.2849.80
Operating system
Windows 11 Home / Pro
Steps to reproduce this
Steps:
1.Running the code below, continue moving the mouse up or down until the orientation starts rapidly flipping (seen when the line attached to a cube flips).
2.View the browser/p5 editor log to see that the camera's up vector has not been changed by tilt().
3.Hold down the control key while moving the mouse to apply a workaround that updates the up vector and prevents orientation flipping.
Snippet:
The text was updated successfully, but these errors were encountered: