The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

a/bindings: Remove palm_pose and hand_interaction from eye gaze

The spec has a note for most interaction extension that these paths are
added, but the XR_EXT_eye_gaze_interaction does not.
It makes sense: Where do you render a hand model with eye gaze?

-1
-1
src/xrt/auxiliary/bindings/bindings.json
··· 1559 1559 "type": "eye_tracker", 1560 1560 "monado_device": "XRT_DEVICE_EYE_GAZE_INTERACTION", 1561 1561 "extension": "XR_EXT_eye_gaze_interaction", 1562 - "extended_by": ["ext/palm_pose", "ext/hand_interaction_poses"], 1563 1562 "subaction_paths": [ 1564 1563 "/user/eyes_ext" 1565 1564 ],