mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
d/ns: Set XRT_SPACE_RELATION_ORIENTATION_TRACKED_BIT
This commit is contained in:
parent
37519dc54d
commit
17ff908041
|
@ -92,7 +92,8 @@ ns_hmd_get_tracked_pose(struct xrt_device *xdev,
|
|||
out_relation->pose = ns->pose;
|
||||
out_relation->relation_flags = (enum xrt_space_relation_flags)(
|
||||
XRT_SPACE_RELATION_ORIENTATION_VALID_BIT |
|
||||
XRT_SPACE_RELATION_POSITION_VALID_BIT);
|
||||
XRT_SPACE_RELATION_POSITION_VALID_BIT |
|
||||
XRT_SPACE_RELATION_ORIENTATION_TRACKED_BIT);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue