diff --git a/documentation/Model.md b/documentation/Model.md index 6ed2948..bff0cb1 100644 --- a/documentation/Model.md +++ b/documentation/Model.md @@ -43,7 +43,7 @@ new Model - `states` - Object - The model states. - `size` - Object - Get the model size. - `material` - Material - 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. +- `map` - String - Applies a specified bitmap on 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.