Merge pull request #103643 from dsnopek/openxr-alternative-reference-spaces

OpenXR: Support alternative reference spaces from extensions
This commit is contained in:
Rémi Verschelde 2025-03-28 14:32:00 +01:00
commit 46a5940950
No known key found for this signature in database
GPG key ID: C3336907360768E1
12 changed files with 239 additions and 17 deletions

View file

@ -263,6 +263,9 @@
<constant name="XR_PLAY_AREA_STAGE" value="4" enum="PlayAreaMode">
Same as [constant XR_PLAY_AREA_ROOMSCALE] but origin point is fixed to the center of the physical space. In this mode, system-level recentering may be disabled, requiring the use of [method XRServer.center_on_hmd].
</constant>
<constant name="XR_PLAY_AREA_CUSTOM" value="2147483647" enum="PlayAreaMode">
Custom play area set by a GDExtension.
</constant>
<constant name="XR_ENV_BLEND_MODE_OPAQUE" value="0" enum="EnvironmentBlendMode">
Opaque blend mode. This is typically used for VR devices.
</constant>