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
There is a missing backtick in the Documentation page for loadModel().
Is says this:
Paths to local files should be relative, as in loadModel('assets/model.obj'). URLs such as 'https://example.com/model.obj'` may be blocked due to browser security.
but it should say:
Paths to local files should be relative, as in loadModel('assets/model.obj'). URLs such as 'https://example.com/model.obj' may be blocked due to browser security.
The text was updated successfully, but these errors were encountered:
Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, please make sure to fill out the inputs in the issue forms. Thank you!
Most appropriate sub-area of p5.js?
p5.js version
1.9.3
Web browser and version
n/a
Operating system
n/a
Steps to reproduce this
There is a missing backtick in the Documentation page for
loadModel()
.Is says this:
Paths to local files should be relative, as in
loadModel('assets/model.obj'). URLs such as
'https://example.com/model.obj'` may be blocked due to browser security.but it should say:
Paths to local files should be relative, as in
loadModel('assets/model.obj')
. URLs such as'https://example.com/model.obj'
may be blocked due to browser security.The text was updated successfully, but these errors were encountered: