Skip to content

Commit 4449a36

Browse files
authored
Merge pull request #9480 from MaxWang-MS/mrtk_development
Merge 2.6.1 into dev branch
2 parents f1ed49f + 3d40b5a commit 4449a36

File tree

3 files changed

+2
-0
lines changed

3 files 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)