This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
javascript
/
three.js
oglindă de
https://github.com/tazdij/three.js.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Răsfoiți Sursa
In the vr samples, handle rejection of getVRDisplays for the case when the API is available but WebVR is not supported
samirah
7 ani în urmă
părinte
d98677f159
comite
b37222e8b6
1 a modificat fișierele
cu
1 adăugiri
și
1 ștergeri
Vizualizare divizată
Arată Statisticile Diff
1
1
examples/js/vr/WebVR.js
+ 1
- 1
examples/js/vr/WebVR.js
Vizualizați fișierul
@@ -191,7 +191,7 @@ var WEBVR = {
}
- } );
+ } )
.catch( showVRNotFound )
;
return button;