diff options
author | Yuri Sizov <yuris@humnom.net> | 2024-01-24 14:08:17 +0100 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2024-01-24 14:08:17 +0100 |
commit | ea6e20253b1eb4e059a24fb588e55beb48d2e5cb (patch) | |
tree | 2ab95f09e2d31a22b9783a62a92cd44d7c9837c7 /servers/xr/xr_interface.h | |
parent | f062d7294e449abe2d128afb7b80bd6bb02872c2 (diff) | |
parent | a8690cbeedf3238198e3736e64da5bfe1fd5ee37 (diff) | |
download | redot-engine-ea6e20253b1eb4e059a24fb588e55beb48d2e5cb.tar.gz |
Merge pull request #87235 from dsnopek/openxr-local-floor
Add support for OpenXR local floor extension
Diffstat (limited to 'servers/xr/xr_interface.h')
-rw-r--r-- | servers/xr/xr_interface.h | 2 |
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 { |