You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The examples load, but i'm only able to move the camera angle by touching the screen and 'moving' the scene around.
When I move my phone around, the view does not change.
I was expecting behaviour similar to google-cardboard style VR, but if that's not how these examples should work, then please delete the issue
The text was updated successfully, but these errors were encountered:
Did you build the project yourself or are you using the provided examples? I think my pull request should have fixed this but it has not been packaged up into a new release yet: #205
On the other hand, this should technically work in inline mode
Inline: Requested with the mode enum 'inline'. Inline sessions do not have the ability to display content on the XR device, but may be allowed to access device tracking information and use it to render content on the page. (This technique, where a scene rendered to the page is responsive to device movement, is sometimes referred to as “Magic Window” mode.) https://immersive-web.github.io/webxr/explainer.html#inline-sessions
This should work with an Android phone. It is possible it isn't detecting the support for VR on the device. Curious does this example work on your device?
Nature of issue?
Which area does this problem relate to?
Details about the bug:
I've tried these examples from the p5.xr website.
As well as the examples included in this repo
The examples load, but i'm only able to move the camera angle by touching the screen and 'moving' the scene around.
When I move my phone around, the view does not change.
I was expecting behaviour similar to google-cardboard style VR, but if that's not how these examples should work, then please delete the issue
The text was updated successfully, but these errors were encountered: