Constructor
new XRHandModel( controller : Group )
Constructs a new XR hand model.
| controller |
The hand controller. |
Properties
.controller : Group
The hand controller.
.motionController : MotionController
The motion controller.
Default is null.
Methods
.updateMatrixWorld( force : boolean )
Overwritten with a custom implementation. Makes sure the motion controller updates the mesh.
| force |
When set to Default is |
- Overrides: Object3D#updateMatrixWorld