mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Change hand tracking project settings and finetune show_when_tracked
This commit is contained in:
parent
da5f39889f
commit
a8c5117777
9 changed files with 96 additions and 32 deletions
|
|
@ -2512,7 +2512,9 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
|||
GLOBAL_DEF_BASIC("xr/openxr/startup_alert", true);
|
||||
|
||||
// OpenXR project extensions settings.
|
||||
GLOBAL_DEF_BASIC("xr/openxr/extensions/hand_tracking", true);
|
||||
GLOBAL_DEF_BASIC("xr/openxr/extensions/hand_tracking", false);
|
||||
GLOBAL_DEF_BASIC("xr/openxr/extensions/hand_tracking_unobstructed_data_source", false); // XR_HAND_TRACKING_DATA_SOURCE_UNOBSTRUCTED_EXT
|
||||
GLOBAL_DEF_BASIC("xr/openxr/extensions/hand_tracking_controller_data_source", false); // XR_HAND_TRACKING_DATA_SOURCE_CONTROLLER_EXT
|
||||
GLOBAL_DEF_RST_BASIC("xr/openxr/extensions/hand_interaction_profile", false);
|
||||
GLOBAL_DEF_BASIC("xr/openxr/extensions/eye_gaze_interaction", false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue