Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 authored Jan 25, 2024
1 parent bd40e9d commit f30d59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if ( manager.hasGlobalSequences() ) {

### Skins <a id="skins"></a>

Some models (especially creatures) require the definition of a skin. This can be done with an instance of `M2Options` and the `setSkin()` method. You have to pass in the `FileDataID`s
Some models (especially creatures) require the definition of a skin. This can be done with an instance of `M2Options` and the `setSkin( id1, id2, id3 )` method. You have to pass in the `FileDataID`s
of the textures that should represent the skin.

```js
Expand Down

0 comments on commit f30d59c

Please sign in to comment.