We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e732dfa commit 1aedfadCopy full SHA for 1aedfad
src/webgl/loading.js
@@ -30,7 +30,7 @@ import './p5.Geometry';
30
* `.mtl` files, p5.js will attempt to load and apply those materials.
31
* To ensure that the `.obj` file reads the `.mtl` file correctly include the
32
* `.mtl` file alongside it.
33
- *
+ *
34
* The first way to call `loadModel()` has three optional parameters after the
35
* file path. The first optional parameter, `successCallback`, is a function
36
* to call once the model loads. For example,
0 commit comments