MMM
MMM

Reputation: 1

Cant enter VR Mode from Browser | Vive Pro, threejs

I am stuck at developing a threejs VR project. If I look at https://threejs.org/examples/, the Button shows "VR not supported".

I can handle and debug via WebXR Extension. Connecting with SteamVR (HTC Pro Headset) seems impossible, not even the offical examples. Years ago I solved it via Firefox Reality Browser. But the browser got killed and is not available anymore. All alternatives seems not to work with the "Vive Pro". What I've tried so far:

dom.vr.always_support_vr
dom.vr.autoactivate.enabled
dom.vr.enabled
dom.vr.webxr.enabled
--force-webxr-runtime=openvr
--enable-features=openvr
--disable-features=XRSandbox

Had anybody else this issue in the last months and knows a Fix for this? All I can find on the internet is years ago. I am infinitely grateful for your help.

Upvotes: 0

Views: 1984

Answers (1)

MMM
MMM

Reputation: 1

Solved it! Only option at the moment (7.2023) for me is with google canary, its different to chrome and fixes the bridge between openxr and steamvr: https://www.google.com/chrome/canary/

the support of htc vive wrote to me, so theres a tiny hope left to get something in Viveport: Unfortunately, there are no VR web browser apps for PCVR devices on Viveport at the moment. Our team is still finding a suitable replacement and hopefully this will be resolved soon.

Upvotes: 0

Related Questions