From 050db98b7d6bfcd90f11e87a4f1cb990ae74be84 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Mon, 6 Nov 2023 19:06:59 +0000 Subject: [PATCH] xrt: Add local_floor to xrt_space_overseer Used to implement XR_EXT_local_floor. --- src/xrt/include/xrt/xrt_space.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/xrt/include/xrt/xrt_space.h b/src/xrt/include/xrt/xrt_space.h index dc75a4884..abec4756a 100644 --- a/src/xrt/include/xrt/xrt_space.h +++ b/src/xrt/include/xrt/xrt_space.h @@ -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.