-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Feature/8097 get camera function #8105
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
base: main
Are you sure you want to change the base?
Feature/8097 get camera function #8105
Conversation
…or-docs-for-visual-testing-for-dev-2.0 Updating visual tests docs for 2.x versions
…rnings Skip adding degenerate faces in textToModel
Add GLSL-based noise(vec2) function to p5.strands (processing#7897)
…onymousFunctionCallbackFix Fix inline anonymous functions causing a parsing error in p5.strands callbacks
…ms-instance Fix p5.strands uniform calls, add instance mode construct
…n hooks didnt cast from float->vec types
…s logged a warning
Optimize bottlenecks in 2.0 code
Fix: allow single-arg atan() outside strands; add unit test
[p5.strands] Significant refactor for p5.strands
…a-docs Update createCamera docs since it no longer sets the active camera
🎉 Thanks for opening this pull request! For guidance on contributing, check out our contributor guidelines and other resources for contributors! Thank You! |
Resolves #8097
Changes:
This pull request introduces a new joint getter/setter function, activeCamera(), to the p5.RendererGL.prototype to standardize how the active camera is accessed and modified.
PR Checklist