Merge pull request #82614 from m4gr3d/openxr_eye_gaze_interaction

Add support for the OpenXR Eye gaze interaction extension
This commit is contained in:
Rémi Verschelde
2023-10-03 17:25:52 +02:00
18 changed files with 266 additions and 6 deletions

View File

@@ -2120,6 +2120,9 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
GLOBAL_DEF_BASIC("xr/openxr/submit_depth_buffer", false);
GLOBAL_DEF_BASIC("xr/openxr/startup_alert", true);
// XR project extensions settings.
GLOBAL_DEF_BASIC("xr/openxr/extensions/eye_gaze_interaction", false);
#ifdef TOOLS_ENABLED
// Disabled for now, using XR inside of the editor we'll be working on during the coming months.