-
Notifications
You must be signed in to change notification settings - Fork 26
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
Immersive VR request not sent #203
Comments
Fix not requesting VR immersive mode fixes #203
Has this been merged to the CDN version used in the public examples? I cannot get them running in a Quest 3, whereas other general Webxr examples seem to run well. Thanks |
Hi! The NPM package has been updated. I am not sure how long it will take the CDN to update the cached library but this fix has been pushed. |
WebGL2 support and p5.instance.webglVersion check was introduced in version 1.7.0 https://github.com/processing/p5.js/releases/tag/v1.7.0. Getting webgl context will fail if in older versions. Example mentioned in stalgiag#203 currently fails because of this
@JuanIrache there was also a problem with the texture in this example for some reason, could you try out the example here? https://editor.p5js.org/TiborUdvari/sketches/fgA0L9jQ6 |
It loads, but the entire room is upside down. I'm not sure if that's intentional |
There was a |
Nature of issue?
Which area does this problem relate to?
Details about the bug:
WhatsApp.Video.2024-02-27.at.16.15.57.mp4
The
immersive-vr
request session is never being called, becausethis.hasImmersive
is never set.I think it should be updated in
__sessionCheck()
like this:I can submit a PR, if you think this is the correct way to handle it.
The text was updated successfully, but these errors were encountered: