Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bounded-floor or unbounded - Vision OS 2.1 #5599

Open
antoniohof opened this issue Oct 29, 2024 · 7 comments
Open

bounded-floor or unbounded - Vision OS 2.1 #5599

antoniohof opened this issue Oct 29, 2024 · 7 comments

Comments

@antoniohof
Copy link

Hi everyone,

Has anyone managed to enter a room-scale tracking webXR scene in safari?

It always denies my request. I can't find any documentation on it in Apple or safari docs. Weirdly enough in the WWDC Apple video they explain all modes when requesting. Do you know if room scale tracking is supported?

Thanks

  • A-Frame Version: 1.5.0
  • Platform / Device: Vision Pro
@dmarcos
Copy link
Member

dmarcos commented Oct 30, 2024

It should work. Use A-Frame 1.6.0

@antoniohof
Copy link
Author

antoniohof commented Oct 30, 2024

It always rejects it. I'm using the xr-mode-ui and adding the flags in the web-xr attribute of the a-scene.

I wonder if it's the way xr-mode-ui requests it. I will test using a custom button and report back.

@Dirk-27
Copy link

Dirk-27 commented Oct 30, 2024

I saw this after asking on discord. We have a similar problem with the Quest 3 (s): we are having trouble using a referenceSpaceType 'unbounded' with the Meta Quest 3(s).

Using this:
<a-scene xr-mode-ui="XRMode: ar" webxr="referenceSpaceType: unbounded; requiredFeatures: local-floor, unbounded; optionalFeatures: unbounded;">

We get this error:
Uncaught (in promise) Error: Failed to enter AR mode (requestSession) at aframe-v1.6.0_d971f0.min.js:1:430219Caused by: NotSupportedError: The specified session configuration is not supported.

We like to avoid having/seeing the bounds (safety zone) in mixed reality mode (AR). Is this possible?

@dmarcos
Copy link
Member

dmarcos commented Oct 31, 2024

unbounded not supported by Meta Browser yet. coming soon

@dmarcos
Copy link
Member

dmarcos commented Oct 31, 2024

Probably similar for Safari Vision Pro but not 100% sure. @AdaRoseCannon any insight? thanks so much

@AdaRoseCannon
Copy link
Contributor

Safari for visionOS only supports local-floor, no bounded or unbounded reference space.

@dmarcos
Copy link
Member

dmarcos commented Oct 31, 2024

Thanks @AdaRoseCannon

I leave this open as a reference but there’s nothing to do on the A-Frame side

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants