summaryrefslogtreecommitdiffstats
path: root/servers/xr
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2024-01-15 16:26:55 -0600
committerDavid Snopek <dsnopek@gmail.com>2024-01-23 09:19:09 -0600
commita8690cbeedf3238198e3736e64da5bfe1fd5ee37 (patch)
tree84cc3f2d8552a5bb6ed38de1565a8887609a6edb /servers/xr
parent74c32faa78b54863f8f25c538083907c2bf71791 (diff)
downloadredot-engine-a8690cbeedf3238198e3736e64da5bfe1fd5ee37.tar.gz
Add support for OpenXR local floor extension
Diffstat (limited to 'servers/xr')
-rw-r--r--servers/xr/xr_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/xr/xr_interface.h b/servers/xr/xr_interface.h
index c76d0fbf68..d7bd212449 100644
--- a/servers/xr/xr_interface.h
+++ b/servers/xr/xr_interface.h
@@ -75,7 +75,7 @@ public:
XR_PLAY_AREA_3DOF, /* Only support orientation tracking, no positional tracking, area will center around player */
XR_PLAY_AREA_SITTING, /* Player is in seated position, limited positional tracking, fixed guardian around player */
XR_PLAY_AREA_ROOMSCALE, /* Player is free to move around, full positional tracking */
- XR_PLAY_AREA_STAGE, /* Same as roomscale but origin point is fixed to the center of the physical space, XRServer.center_on_hmd disabled */
+ XR_PLAY_AREA_STAGE, /* Same as roomscale but origin point is fixed to the center of the physical space */
};
enum EnvironmentBlendMode {