mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
xrt: Document using unbounded pose
This commit is contained in:
parent
bfa1c16ff9
commit
613d08ebbc
|
@ -293,6 +293,9 @@ struct xrt_device
|
|||
* @param[in] name Some devices may have multiple poses on
|
||||
* them, select the one using this field. For
|
||||
* HMDs use @p XRT_INPUT_GENERIC_HEAD_POSE.
|
||||
* For Unbounded Reference Space you can use
|
||||
* @p XRT_INPUT_GENERIC_UNBOUNDED_SPACE_POSE
|
||||
* to get the origin of that space.
|
||||
* @param[in] at_timestamp_ns If the device can predict or has a history
|
||||
* of positions, this is when the caller
|
||||
* wants the pose to be from.
|
||||
|
|
Loading…
Reference in a new issue