MozillaReality / FirefoxReality

INACTIVE - A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://mzl.la/reality
Mozilla Public License 2.0
768 stars 217 forks source link

[Pico]WebXR scene display is not clear #3293

Closed picoxr closed 2 months ago

picoxr commented 4 years ago

Configuration

Firefox Reality version: Firefox Reality version 10-141060720 Firefox Reality build ID: 9b36c14

Hardware:

Steps to Reproduce

  1. Open link "https://mixedreality.mozilla.org/hello-webxr/"
  2. Click goggle icon to start WebVR experience

Current Behavior

WebVR scene is not as clear as v9-rc10 version

Expected Behavior

Possible Solution

Context

Please confirm if it's due to the reason that MSAA can't be enabled dynamically in Pico SDK

Error Logs and Stack Traces

``` ```
bluemarvin commented 4 years ago

This is unfortunately caused by WebXR not supporting MSAA at this time. In v9 the page used WebVR which did support MSAA but in v10 it is using WebXR which has not yet stabilized automatic framebuffer antialiasing in the spec. We are working to get the WebXR standard updated to support MSAA and hopefully we can have this issue resolved by v11.

bluemarvin commented 4 years ago

We have made some adjustments in v10 rc4 that should help improve image quality until MSAA can be enabled for WebXR immersive experiences.