This repository was archived by the owner on Dec 15, 2020. It is now read-only.
File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " ovrui" ,
4
- "version" : " 1.0 .0" ,
4
+ "version" : " 1.3 .0" ,
5
5
"description" : " UI toolkit for building WebVR applications" ,
6
6
"license" : " BSD-3-Clause" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export default class VRInstance {
106
106
antialias : options . antialias ,
107
107
calculateVerticalFOV : options . calculateVerticalFOV ,
108
108
camera : options . camera ,
109
- canvasAlpha : options . canvasAlpha ,
109
+ canvasAlpha : options . hasOwnProperty ( ' canvasAlpha' ) ? options . antialias : true ,
110
110
width : options . width ,
111
111
height : options . height ,
112
112
onEnterVR : ( ) => this . _onEnterVR ( ) ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " react-vr-web" ,
4
- "version" : " 1.0 .0" ,
4
+ "version" : " 1.3 .0" ,
5
5
"description" : " A framework for building VR applications with React" ,
6
6
"license" : " BSD-3-Clause" ,
7
7
"repository" : {
22
22
"react-native" : " ~0.42.0"
23
23
},
24
24
"dependencies" : {
25
- "ovrui" : " ~1.0 .0"
25
+ "ovrui" : " ~1.3 .0"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"name" : " react-vr" ,
4
- "version" : " 1.1 .0" ,
4
+ "version" : " 1.3 .0" ,
5
5
"description" : " A framework for building VR applications with React" ,
6
6
"license" : " BSD-3-Clause" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ module.exports = config => ({
23
23
"test": "jest"
24
24
},
25
25
"dependencies": {
26
- "ovrui": "~1.0 .0",
26
+ "ovrui": "~1.3 .0",
27
27
"react": "~15.4.1",
28
28
"react-native": "~0.42.0",
29
29
"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"
32
32
},
33
33
"devDependencies": {
34
34
"babel-jest": "^19.0.0",
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-vr-cli" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.3 " ,
4
4
"description" : " The React VR CLI for project setup" ,
5
5
"license" : " BSD-3-Clause" ,
6
6
"engines" : {
You can’t perform that action at this time.
0 commit comments