-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
directionalLight reference error (typo) #7743
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
Comments
Thanks for catching this! The documentation is actually built from the documentation in the source code, so I'll transfer this to
Would you like to work on this? |
Hi! @ksen0 I'd like to work on this issue. |
👋 Request for ReviewI’ve created two separate pull requests to address the documentation typos mentioned in issue #7743: ✅ Replaced incorrect references to Kindly review the PRs when you get a chance. Happy to make any adjustments if needed. |
In the website reference for
diectionalLight
there are a couple of typos -Para 5:
'direction sets the light’s direction using a p5.Geometry object'
should be
'direction sets the light’s direction using a p5.Vector object'
Para 7:
'direction, sets the light’s direction using a p5.Color object.'
should be
'direction, sets the light’s direction using a p5.Vector object.'
The text was updated successfully, but these errors were encountered: