You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for catching this! The documentation is actually built from the documentation in the source code, so I'll transfer this to p5.js repository. Additionally, it is best to make 2 parallel PRs for the two different versions (and I see it applies in both cases), otherwise it may take a while to propagate the change in both the main and beta reference sites:
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: