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.
1 parent b8bdc20 commit d0715afCopy full SHA for d0715af
src/webgl/loading.js
@@ -29,7 +29,7 @@ import './p5.Geometry';
29
* Note: When loading a `.obj` file that references materials stored in
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. Currently, other formats like `.lib` for materials are not supported.
+ * `.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
0 commit comments