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 oxr_space_action_relation()

-6
-6
src/xrt/state_trackers/oxr/oxr_space.c
··· 248 248 input->input->name, at_time, &timestamp, 249 249 &out_relation->pose); 250 250 251 - out_relation->relation_flags = (enum xrt_space_relation_flags)( 252 - XRT_SPACE_RELATION_POSITION_VALID_BIT | 253 - XRT_SPACE_RELATION_POSITION_TRACKED_BIT | 254 - XRT_SPACE_RELATION_ORIENTATION_VALID_BIT | 255 - XRT_SPACE_RELATION_ORIENTATION_TRACKED_BIT); 256 - 257 251 if (invert) { 258 252 math_pose_invert(&out_relation->pose, &out_relation->pose); 259 253 }