Skip to content

Commit f3cfc91

Browse files
committed
TrackingState position and rotation, not all
1 parent ee930da commit f3cfc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/webxr-interactions/Runtime/InputSystem/WebXRInputDevices.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public void OnControllerUpdate(WebXRControllerData controllerData)
272272
buttonATouched = controllerData.buttonATouched,
273273
buttonB = controllerData.buttonA >= 0.9f,
274274
buttonBTouched = controllerData.buttonBTouched,
275-
trackingState = 63,
275+
trackingState = 3,
276276
isTracked = true,
277277
devicePosition = controllerData.gripPosition,
278278
deviceRotation = controllerData.gripRotation,

0 commit comments

Comments
 (0)