Implement support for XR_EXT_user_presence extension
This commit is contained in:
parent
741fb8a306
commit
a182e18211
10 changed files with 245 additions and 0 deletions
|
|
@ -2819,6 +2819,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
|||
GLOBAL_DEF_BASIC(PropertyInfo(Variant::INT, "xr/openxr/extensions/spatial_entity/april_tag_dict", PROPERTY_HINT_ENUM, "4x4H5,5x5H9,6x6H10,6x6H11"), "3");
|
||||
GLOBAL_DEF_RST_BASIC("xr/openxr/extensions/eye_gaze_interaction", false);
|
||||
GLOBAL_DEF_BASIC("xr/openxr/extensions/render_model", false);
|
||||
GLOBAL_DEF_BASIC("xr/openxr/extensions/user_presence", 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