Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
814 stars 105 forks source link

360º images wrongly follow the headset orientation #611

Closed javifernandez closed 1 year ago

javifernandez commented 1 year ago

Configuration

Wolvic version: 1.3.3 Wolvic build ID: 84

Hardware: meta quest 2

Steps to Reproduce

  1. load the site https://www.360cities.net/
  2. Click on the "Enter VR" button in the top of the rendered image
  3. Move the headset to explore the 360 image

Current Behavior

The image is moved aligned with the headset.

Expected Behavior

The image should be locked in one position, allowing the user to explore in a 360 angle along with the movement of the headset.

Possible Solution

Context

Error Logs and Stack Traces

``` ```
svillar commented 1 year ago

That's what happens whenever the site uses WebVR (deprecated) instead of WebXR. Could you check that?

In Wolvic we disabled WebVR on purpouse because we don't want to maintain a deprecated API

javifernandez commented 1 year ago

That's what happens whenever the site uses WebVR (deprecated) instead of WebXR. Could you check that?

The site is using WebVR, indeed.

So this should be a WONTFIX then ? It's a pity because the site looks quite interesting:

https://www.360cities.net/about

The user has reported similar issues in these sites:

svillar commented 1 year ago

That's what happens whenever the site uses WebVR (deprecated) instead of WebXR. Could you check that?

The site is using WebVR, indeed.

So this should be a WONTFIX then ? It's a pity because the site looks quite interesting:

https://www.360cities.net/about

The user has reported similar issues in these sites:

Yeah WebVR is not going to be supported, we had similar issues in the past for Chinese sites using WebVR as well.

javifernandez commented 1 year ago

Closed as WONTFIX then.