This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
javascript
/
three.js
miroir de
https://github.com/tazdij/three.js.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Parcourir la source
In the vr samples, handle rejection of getVRDisplays for the case when the API is available but WebVR is not supported
samirah
il y a 7 ans
Parent
d98677f159
commit
b37222e8b6
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
examples/js/vr/WebVR.js
+ 1
- 1
examples/js/vr/WebVR.js
Voir le fichier
@@ -191,7 +191,7 @@ var WEBVR = {
}
- } );
+ } )
.catch( showVRNotFound )
;
return button;