We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee930da commit f3cfc91Copy full SHA for f3cfc91
Packages/webxr-interactions/Runtime/InputSystem/WebXRInputDevices.cs
@@ -272,7 +272,7 @@ public void OnControllerUpdate(WebXRControllerData controllerData)
272
buttonATouched = controllerData.buttonATouched,
273
buttonB = controllerData.buttonA >= 0.9f,
274
buttonBTouched = controllerData.buttonBTouched,
275
- trackingState = 63,
+ trackingState = 3,
276
isTracked = true,
277
devicePosition = controllerData.gripPosition,
278
deviceRotation = controllerData.gripRotation,
0 commit comments