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 default z value in p5.Camera::camera() docs #7001

Merged
merged 1 commit into from
May 7, 2024

Conversation

davepagurek
Copy link
Contributor

It was discovered in processing/p5.js-website#312 that in the p5.Camera::camera() method, the default value for z was described as 0 when it should be 800 (and is correctly documented as such in the global camera() method and other places.) This PR changes the value in the docs to 800.

I'll also make a change in the website repo directly so that we don't need a full release of p5 to get this updated on the site.

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.

2 participants