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 5ed9e04 commit 50b46adCopy full SHA for 50b46ad
Assets/MixedRealityToolkit.Examples/Demos/HandTracking/Script/HandInteractionPan.cs
@@ -435,7 +435,6 @@ public void OnInputDown(InputEventData eventData)
435
touchingSource = eventData.InputSource;
436
currentController = touchingSource.Pointers[0].Controller;
437
TryGetHandPoint(currentController, TrackedHandJoint.Palm, out touchingPoint);
438
- // touchingPoint = currentController.InputSource.Pointers[0].Position;
439
touchingPoint = SnapFingerToQuad(touchingPoint);
440
touchingInitialPt = touchingPoint;
441
touchingUV = GetUVFromPoint(touchingPoint);
0 commit comments