Interface: DesktopControlsOptions
Defined in: xrblocks-uiextensions/src/desktop-controls.ts:23
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
domElement | HTMLElement | Element that receives the input listeners (usually the canvas). | xrblocks-uiextensions/src/desktop-controls.ts:25 |
locomotion? | Partial<LocomotionOptions> | Locomotion tuning; see DEFAULT_LOCOMOTION. | xrblocks-uiextensions/src/desktop-controls.ts:29 |
lookSensitivity? | number | Radians of rotation per pixel of mouse drag. Default 0.0025. | xrblocks-uiextensions/src/desktop-controls.ts:27 |
start? | [number, number] | Starting ground position [x, z]. | xrblocks-uiextensions/src/desktop-controls.ts:31 |
startYaw? | number | Starting heading in radians (0 = facing -Z). | xrblocks-uiextensions/src/desktop-controls.ts:33 |