Skip to content

Commit

Permalink
Update Model.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund authored May 9, 2018
1 parent 7df1034 commit b55b04c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/Model.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ new Model
- `states` - Object - The model states.
- `size` - Object - Get the model size.
- `material` - <a href="https://threejs.org/docs/#api/materials/Material">Material</a> - Specifies the material to use. Read the documentation in the Material-link to see which properties that are supported. Default is the bundled material that comes with your model.
- `map` - String - Applies a specified bitmap to the model. Uses a TextureLoader under the hood.
- `mesh` - Mesh - Returns the imported, native THREE.Mesh
- `pivot` - Group - Returns the pivot-group. This is the object we internally apply all positions, rotations & scaling to.

Expand Down

0 comments on commit b55b04c

Please sign in to comment.