Skip to content

Commit 9d287ad

Browse files
Update README.md
1 parent 12a3840 commit 9d287ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ Configuration
3535
| scene | THREE.Scene | THREE.Scene() | Scenes allow you to set up what and where is to be rendered by three.js. This is where you place objects, lights and cameras |
3636
| renderer | THREE.WebGLRenderer | THREE.WebGLRenderer({ antialias: true }) | Displays your beautifully crafted scenes using WebGL |
3737
| controls | THREE.OrbitControls | THREE.OrbitControls | Allow the camera to orbit around a target |
38-
| meshOptions | MeshOptions[] | [] | customize mesh options per stl-model |
38+
| meshOptions | MeshOptions[] | [] | customize mesh options per stl-model
39+
| centered | boolean | true | Flag if models should be centered
40+
3941

4042
## Output Events
4143
| Attr | Details |

0 commit comments

Comments
 (0)