Skip to content

Conversation

@LalitNarayanYadav
Copy link
Contributor

Title

Fix incorrect reference to p5.Geometry in directionalLight() documentation

Description

This PR corrects a typo in the documentation comment for the directionalLight() function.

  • Before: direction sets the light’s direction using a p5.Geometry object.
  • After: direction sets the light’s direction using a p5.Vector object.

Since p5.Vector is the correct type used for directional light direction, this change improves the accuracy and clarity of the reference documentation in version 1.11.

@welcome
Copy link

welcome bot commented Apr 25, 2025

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already. And be sure to add yourself to the list of contributors on the readme page!

@LalitNarayanYadav
Copy link
Contributor Author

fixes #7743 for version 2.0

@limzykenneth limzykenneth merged commit 57638a0 into processing:main May 2, 2025
2 checks passed
@limzykenneth
Copy link
Member

Looks good. Thanks!

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