This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
v1.3.0
To upgrade your application:
- Delete your
node_modules
directory - Open your
package.json
file - Update
react-vr
,react-vr-web
, andovrui
to"~1.3.0"
- Reinstall your dependencies with
npm install
oryarn
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
.