Hi,
We are developing an enterprise app for Meta Quest 3 using Meta-OpenXR.
Currently, switching from Stationary to Room-Scale can only be triggered through system UI or via OVRBoundary.RequestBoundarySetup() (Oculus XR Plugin), which is not available in OpenXR.
- The spec 1.1 (Stage reference space) states that the Stage is created “at the runtime’s discretion”.
- No published extension exposes Guardian setup.
Could you confirm that there is no existing OpenXR API (KHR/EXT) to
- trigger the creation or re-definition of a Room-Scale Guardian, or
- automatically extend the Play Area on first app launch?
Would the WG welcome a proposal for an extension (e.g. XR_META_boundary_setup) that exposes an xrRequestBoundarySetup() call similar to the OVR API?
Thank you for your insights.
Hi,
We are developing an enterprise app for Meta Quest 3 using Meta-OpenXR.
Currently, switching from Stationary to Room-Scale can only be triggered through system UI or via
OVRBoundary.RequestBoundarySetup()(Oculus XR Plugin), which is not available in OpenXR.Could you confirm that there is no existing OpenXR API (KHR/EXT) to
Would the WG welcome a proposal for an extension (e.g.
XR_META_boundary_setup) that exposes anxrRequestBoundarySetup()call similar to the OVR API?Thank you for your insights.