Capítulo 632 de 859
Represents a XR hand model.
Constructor
| Signature |
|---|
new XRHandModel( controller : Group ) |
Properties
| Property | Description |
|---|---|
.controller : Group | The hand controller. |
.envMap : Texture | The controller's environment map. |
.mesh : Mesh | The model mesh. |
.motionController : MotionController | The motion controller. |
Methods
| Method | Description |
|---|---|
.updateMatrixWorld( force : boolean ) | Overwritten with a custom implementation. Makes sure the motion controller updates the mesh. |