The open source OpenXR runtime
0
fork

Configure Feed

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

xrt: Document using unbounded pose

authored by

Niharika Challapalli and committed by
Jakob Bornecrantz
613d08eb bfa1c16f

+3
+3
src/xrt/include/xrt/xrt_device.h
··· 293 293 * @param[in] name Some devices may have multiple poses on 294 294 * them, select the one using this field. For 295 295 * HMDs use @p XRT_INPUT_GENERIC_HEAD_POSE. 296 + * For Unbounded Reference Space you can use 297 + * @p XRT_INPUT_GENERIC_UNBOUNDED_SPACE_POSE 298 + * to get the origin of that space. 296 299 * @param[in] at_timestamp_ns If the device can predict or has a history 297 300 * of positions, this is when the caller 298 301 * wants the pose to be from.