mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
xrt: Add local_floor to xrt_space_overseer
Used to implement XR_EXT_local_floor.
This commit is contained in:
parent
74bf9e233e
commit
050db98b7d
|
@ -95,11 +95,12 @@ struct xrt_space_overseer
|
|||
{
|
||||
struct
|
||||
{
|
||||
struct xrt_space *root; //!< Root space, always available
|
||||
struct xrt_space *view; //!< View space, may be null (in very rare cases).
|
||||
struct xrt_space *local; //!< Local space, may be null (in very rare cases).
|
||||
struct xrt_space *stage; //!< Stage space, may be null.
|
||||
struct xrt_space *unbounded; //!< Unbounded space, only here for slam trackers.
|
||||
struct xrt_space *root; //!< Root space, always available
|
||||
struct xrt_space *view; //!< View space, may be null (in very rare cases).
|
||||
struct xrt_space *local; //!< Local space, may be null (in very rare cases).
|
||||
struct xrt_space *local_floor; //!< Local floor space, may be null.
|
||||
struct xrt_space *stage; //!< Stage space, may be null.
|
||||
struct xrt_space *unbounded; //!< Unbounded space, only here for slam trackers.
|
||||
|
||||
/*!
|
||||
* Semantic spaces to be mapped to OpenXR spaces.
|
||||
|
|
Loading…
Reference in a new issue