mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
OpenXR: Adding support for the render model extension
This commit is contained in:
parent
46c495ca21
commit
b65b367a6f
19 changed files with 1871 additions and 1 deletions
|
@ -2771,6 +2771,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
|||
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_RST_BASIC("xr/openxr/extensions/eye_gaze_interaction", false);
|
||||
GLOBAL_DEF_BASIC("xr/openxr/extensions/render_model", false);
|
||||
|
||||
// OpenXR Binding modifier settings
|
||||
GLOBAL_DEF_BASIC("xr/openxr/binding_modifiers/analog_threshold", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue