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 to work with p5 v1.10.0 #223

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

TiborUdvari
Copy link
Collaborator

  • Bump p5 version to 1.10.0
  • Monkey patch p5 camera copy for linePerspective
  • Monkey patch p5 line vert shader that doesn't work with small coors
  • Set the newly available modelMatrix to fix rendering
  • Added a smaller default line width for linePerspective mode, assuming folks would be using real world coordinates

Resolves #218

* Bump p5 version to 1.10.0
* Monkey patch p5 camera copy for linePerspective
* Monkey patch p5 line vert shader that doesn't work with small coors
* Set the newly available modelMatrix to fix rendering
* Added a smaller default line width for linePerspective mode, assuming
  folks would be using real world coordinates
@TiborUdvari TiborUdvari merged commit 828b14e into stalgiag:develop Sep 5, 2024
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.

Fix camera implementation for p5.js 1.10.0
1 participant