The open source OpenXR runtime
0
fork

Configure Feed

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

doc: Document !2521

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

+7 -1
+4 -1
doc/changes/big/mr.2509.md
··· 1 + --- 2 + - mr.2521 3 + --- 1 4 ### Added 2 5 - Support for the `XR_EXT_hand_tracking_data_source` extension. 3 6 - Added `OXR_HAND_TRACKING_PRIORITIZE_CONFORMING` debug environment variable. When enabled, prioritizes the conforming hand-tracking source over the unobstructed source when both are active. This is useful for debugging or forcing controller-based hand poses. ··· 6 9 - Differentiated the hand-tracking device role and `xrt_input_name` into two distinct types: 7 10 - **`unobstructed`**: For standard hand-tracking where the hand is free. 8 11 - **`conforming`**: For hand-tracking where a held object (e.g., a controller) obstructs full finger motion. 9 - - This change allows for more flexible device configurations, supporting either a single `xrt_device` for both roles or separate devices for each. 12 + - This change allows for more flexible device configurations, supporting either a single `xrt_device` for both roles or separate devices for each.
+3
doc/changes/misc_fixes/mr.2521.md
··· 1 + Small bug fixes after the changes to separating out hand-tracking roles & XR_EXT_hand_tracking_data_source support., 2 + - Fixes lighthouse builder assigning optical hand-tracking to the wrong device role 3 + - Fixes the wrong sort order for stored requested hand-tracking data-sources