Common Inputs - IRobot1/ng3-vr-examples GitHub Wiki
All controls support the following common Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| name | string | blank | Object3D name |
| visible | boolean | true | Object3D visible |
| position | Vector3 | [0, 0, 0] | Object3D position |
| rotation | Euler | [0, 0, 0] | Object3D rotation |
| scale | Vector3 | [1, 1, 1] | Object3D scale |