Skip to content

Commit

Permalink
removed debugs as requested in #1632
Browse files Browse the repository at this point in the history
  • Loading branch information
robhillman97 committed Oct 17, 2023
1 parent be7d0d3 commit 202bd79
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,6 @@ private void RecordFrame()
_lastFrame.rightMiddleTip = CreateLocalPose(_anchor, handJointService.RequestJointTransform(TrackedHandJoint.MiddleTip, Handedness.Right));
_lastFrame.rightRingTip = CreateLocalPose(_anchor, handJointService.RequestJointTransform(TrackedHandJoint.RingTip, Handedness.Right));
_lastFrame.rightPinkyTip = CreateLocalPose(_anchor, handJointService.RequestJointTransform(TrackedHandJoint.PinkyTip, Handedness.Right));


Debug.Log("right index " + _lastFrame.rightIndexTip.position);
Debug.Log("right thumb " + _lastFrame.rightThumbTip.position);
Debug.Log("right Pinky " + _lastFrame.rightPinkyTip.position);

}
else
{
Expand Down

0 comments on commit 202bd79

Please sign in to comment.