Skip to content

Commit f178c14

Browse files
authored
Merge pull request #9477 from RogPodge/LeapFix2.6.1
Fixed Object Manipulator Rotation for Leap Hands
2 parents 6ec5bb4 + cb1f09a commit f178c14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/MRTK/Providers/LeapMotion/LeapMotionArticulatedHand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ protected void UpdateInteractions()
247247
pointerPose.Position = ray.origin;
248248
pointerPose.Rotation = Quaternion.LookRotation(ray.direction);
249249
}
250+
251+
CoreServices.InputSystem?.RaiseSourcePoseChanged(InputSource, this, gripPose);
250252

251253
for (int i = 0; i < Interactions?.Length; i++)
252254
{

0 commit comments

Comments
 (0)