bindings for eye + pinch
This commit is contained in:
@@ -34,19 +34,21 @@
|
|||||||
// do not mess with these, unless you know what you're doing
|
// do not mess with these, unless you know what you're doing
|
||||||
|
|
||||||
[
|
[
|
||||||
|
// Eye+hand interaction
|
||||||
|
// eye is aim, left pinch is grab, right pinch is click
|
||||||
{
|
{
|
||||||
profile: "/interaction_profiles/ext/eye_gaze_interaction",
|
profile: "/interaction_profiles/ext/eye_gaze_interaction",
|
||||||
pose: {
|
pose: {
|
||||||
fallback: "/user/eyes_ext/input/gaze_ext/pose",
|
handsfree: "/user/eyes_ext/input/gaze_ext/pose",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
profile: "/interaction_profiles/ext/hand_interaction_ext",
|
profile: "/interaction_profiles/ext/hand_interaction_ext",
|
||||||
click: {
|
click: {
|
||||||
fallback: "/user/hand/right/input/pinch_ext/value"
|
handsfree: "/user/hand/right/input/pinch_ext/value"
|
||||||
},
|
},
|
||||||
grab: {
|
grab: {
|
||||||
fallback: "/user/hand/left/input/pinch_ext/value",
|
handsfree: "/user/hand/left/input/pinch_ext/value",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user