Inheritance: EventDispatcher → Object3D →
Represents a XR controller model.
Constructs a new XR controller model.
The controller's environment map.
Default is null.
The motion controller.
Default is null.
Sets an environment map that is applied to the controller model.
envMap
The environment map to apply.
Returns: A reference to this instance.
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 true, a recomputation of world matrices is forced even when Object3D#matrixWorldAutoUpdate is set to false.
Default is false.
Overrides: Object3D#updateMatrixWorld