This repository was archived by the owner on Dec 15, 2020. It is now read-only.
v1.3.0
To upgrade your application:
- Delete your
node_modulesdirectory - Open your
package.jsonfile - Update
react-vr,react-vr-web, andovruito"~1.3.0" - Reinstall your dependencies with
npm installoryarn
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.