1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #107388 from BastiaanOlij/openxr_render_models_ext

OpenXR: Add support for render models extension
This commit is contained in:
Thaddeus Crews
2025-06-20 08:38:57 -05:00
19 changed files with 1871 additions and 1 deletions

View File

@@ -437,6 +437,7 @@ public:
void parse_velocities(const XrSpaceVelocity &p_velocity, Vector3 &r_linear_velocity, Vector3 &r_angular_velocity);
bool xr_result(XrResult result, const char *format, Array args = Array()) const;
XrPath get_xr_path(const String &p_path);
String get_xr_path_name(const XrPath &p_path);
bool is_top_level_path_supported(const String &p_toplevel_path);
bool is_interaction_profile_supported(const String &p_ip_path);
bool interaction_profile_supports_io_path(const String &p_ip_path, const String &p_io_path);