summaryrefslogtreecommitdiffstats
path: root/servers/xr_server.h
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2024-01-30 10:30:54 -0600
committerDavid Snopek <dsnopek@gmail.com>2024-01-31 12:58:22 -0600
commit5935bfa8603b7c22df4ea777a688723a408e6c5d (patch)
tree5cb3c3453fbb5a2e74442e7902b93e5d3cd35191 /servers/xr_server.h
parent51991e20143a39e9ef0107163eaf283ca0a761ea (diff)
downloadredot-engine-5935bfa8603b7c22df4ea777a688723a408e6c5d.tar.gz
OpenXR: Allow changing play area mode during active session
Diffstat (limited to 'servers/xr_server.h')
-rw-r--r--servers/xr_server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/xr_server.h b/servers/xr_server.h
index 04cf6c1d1e..fe59fc22cb 100644
--- a/servers/xr_server.h
+++ b/servers/xr_server.h
@@ -142,6 +142,7 @@ public:
and in the virtual world out of sync
*/
Transform3D get_reference_frame() const;
+ void clear_reference_frame();
void center_on_hmd(RotationMode p_rotation_mode, bool p_keep_height);
/*