bindings for eye + pinch

This commit is contained in:
galister
2026-01-13 19:23:04 +09:00
parent fd24060d7b
commit 869c0ba5e2

View File

@@ -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",
}, },
}, },