Skip to content

Commit d0715af

Browse files
authored
Update src/webgl/loading.js
1 parent b8bdc20 commit d0715af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webgl/loading.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import './p5.Geometry';
2929
* Note: When loading a `.obj` file that references materials stored in
3030
* `.mtl` files, p5.js will attempt to load and apply those materials.
3131
* 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.
32+
* `.mtl` file alongside it.
3333
*
3434
* The first way to call `loadModel()` has three optional parameters after the
3535
* file path. The first optional parameter, `successCallback`, is a function

0 commit comments

Comments
 (0)