Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

v1.3.0

Compare
Choose a tag to compare
@andrewimm andrewimm released this 04 Jul 00:50

To upgrade your application:

  1. Delete your node_modules directory
  2. Open your package.json file
  3. Update react-vr, react-vr-web, and ovrui to "~1.3.0"
  4. Reinstall your dependencies with npm install or yarn

Adds top-level options to control Player initialization, including antialias (defaults to false), and canvasAlpha (defaults to true). This should help counteract the Chrome for Android bug that causes WebGL rendering issues on certain chipsets.
When the majority of Chrome installations have bypassed the problematic version numbers, antialias will again default to true.