We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23ac24b + e203d50 commit 54dbffdCopy full SHA for 54dbffd
src/webgl/loading.js
@@ -22,7 +22,7 @@ import './p5.Geometry';
22
*
23
* The first parameter, `path`, is always a `String` with the path to the
24
* file. Paths to local files should be relative, as in
25
- * `loadModel('assets/model.obj'). URLs such as
+ * `loadModel('assets/model.obj')`. URLs such as
26
* `'https://example.com/model.obj'` may be blocked due to browser security.
27
28
* The first way to call `loadModel()` has three optional parameters after the
0 commit comments