The open source OpenXR runtime
0
fork

Configure Feed

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

st/oxr: Don't indiscriminately set orientation & position to valid in ensure_valid_position_and_orientation()

-3
-3
src/xrt/state_trackers/oxr/oxr_xdev.c
··· 95 95 if (!valid_pos) { 96 96 relation->pose.position = fallback->position; 97 97 } 98 - 99 - relation->relation_flags |= XRT_SPACE_RELATION_POSITION_VALID_BIT; 100 - relation->relation_flags |= XRT_SPACE_RELATION_ORIENTATION_VALID_BIT; 101 98 } 102 99 103 100 void