Properties
.motionController : MotionController
The motion controller.
Default is null.
Methods
.setEnvironmentMap( envMap : Texture ) : XRControllerModel
Sets an environment map that is applied to the controller model.
envMap |
The environment map to apply. |
- Returns: A reference to this instance.
.updateMatrixWorld( force : boolean )
Overwritten with a custom implementation. Polls data from the XRInputSource and updates the model's components to match the real world data.
force |
When set to |
- Overrides: Object3D#updateMatrixWorld