Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-07-04 | 621 Bytes | |
v1.3.0.tar.gz | 2017-07-04 | 60.9 MB | |
v1.3.0.zip | 2017-07-04 | 61.2 MB | |
Totals: 3 Items | 122.1 MB | 0 |
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
.