This repository was archived by the owner on Dec 15, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " ovrui" ,
4- "version" : " 1.0 .0" ,
4+ "version" : " 1.3 .0" ,
55 "description" : " UI toolkit for building WebVR applications" ,
66 "license" : " BSD-3-Clause" ,
77 "repository" : {
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export default class VRInstance {
106106 antialias : options . antialias ,
107107 calculateVerticalFOV : options . calculateVerticalFOV ,
108108 camera : options . camera ,
109- canvasAlpha : options . canvasAlpha ,
109+ canvasAlpha : options . hasOwnProperty ( ' canvasAlpha' ) ? options . antialias : true ,
110110 width : options . width ,
111111 height : options . height ,
112112 onEnterVR : ( ) => this . _onEnterVR ( ) ,
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " react-vr-web" ,
4- "version" : " 1.0 .0" ,
4+ "version" : " 1.3 .0" ,
55 "description" : " A framework for building VR applications with React" ,
66 "license" : " BSD-3-Clause" ,
77 "repository" : {
2222 "react-native" : " ~0.42.0"
2323 },
2424 "dependencies" : {
25- "ovrui" : " ~1.0 .0"
25+ "ovrui" : " ~1.3 .0"
2626 }
2727}
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " react-vr" ,
4- "version" : " 1.1 .0" ,
4+ "version" : " 1.3 .0" ,
55 "description" : " A framework for building VR applications with React" ,
66 "license" : " BSD-3-Clause" ,
77 "repository" : {
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ module.exports = config => ({
2323 "test": "jest"
2424 },
2525 "dependencies": {
26- "ovrui": "~1.0 .0",
26+ "ovrui": "~1.3 .0",
2727 "react": "~15.4.1",
2828 "react-native": "~0.42.0",
2929 "three": "^0.80.1",
30- "react-vr": "~1.0 .0",
31- "react-vr-web": "~1.0 .0"
30+ "react-vr": "~1.3 .0",
31+ "react-vr-web": "~1.3 .0"
3232 },
3333 "devDependencies": {
3434 "babel-jest": "^19.0.0",
Original file line number Diff line number Diff line change 11{
22 "name" : " react-vr-cli" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.3 " ,
44 "description" : " The React VR CLI for project setup" ,
55 "license" : " BSD-3-Clause" ,
66 "engines" : {
You can’t perform that action at this time.
0 commit comments