Skip to content
Snippets Groups Projects
Commit 83fdc41d authored by johnshaughnessy's avatar johnshaughnessy
Browse files

Fix left/right hand grab.

parent ac0f966d
No related branches found
No related tags found
No related merge requests found
...@@ -304,7 +304,7 @@ export const oculusTouchUserBindings = { ...@@ -304,7 +304,7 @@ export const oculusTouchUserBindings = {
}, },
{ {
src: [leftGripRisingGrab, leftTriggerRisingGrab], src: [leftGripRisingGrab, leftTriggerRisingGrab],
dest: { value: paths.actions.cursor.grab }, dest: { value: paths.actions.leftHand.grab },
xform: xforms.any xform: xforms.any
} }
], ],
...@@ -463,7 +463,7 @@ export const oculusTouchUserBindings = { ...@@ -463,7 +463,7 @@ export const oculusTouchUserBindings = {
}, },
{ {
src: [rightGripRisingGrab, rightTriggerRisingGrab], src: [rightGripRisingGrab, rightTriggerRisingGrab],
dest: { value: paths.actions.cursor.grab }, dest: { value: paths.actions.rightHand.grab },
xform: xforms.any xform: xforms.any
} }
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment