From b55b04cb0e03df248b69c3fc4000aabb95fd9735 Mon Sep 17 00:00:00 2001 From: Emil Widlund Date: Wed, 9 May 2018 10:21:21 +0200 Subject: [PATCH] Update Model.md --- documentation/Model.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/Model.md b/documentation/Model.md index 7a6b826..6ed2948 100644 --- a/documentation/Model.md +++ b/documentation/Model.md @@ -43,6 +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. - `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.