The open source OpenXR runtime
0
fork

Configure Feed

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

doc: Document !2509

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2509>

+8
+8
doc/changes/big/mr.2509.md
··· 1 + ### Added 2 + - Support for the `XR_EXT_hand_tracking_data_source` extension. 3 + 4 + ### Changed 5 + - Differentiated the hand-tracking device role and `xrt_input_name` into two distinct types: 6 + - **`unobstructed`**: For standard hand-tracking where the hand is free. 7 + - **`conforming`**: For hand-tracking where a held object (e.g., a controller) obstructs full finger motion. 8 + - This change allows for more flexible device configurations, supporting either a single `xrt_device` for both roles or separate devices for each.