This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
javascript
/
three.js
réplica de
https://github.com/tazdij/three.js.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
In the vr samples, handle rejection of getVRDisplays for the case when the API is available but WebVR is not supported
samirah
%!s(int64=7) %!d(string=hai) anos
pai
d98677f159
achega
b37222e8b6
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
examples/js/vr/WebVR.js
+ 1
- 1
examples/js/vr/WebVR.js
Ver ficheiro
@@ -191,7 +191,7 @@ var WEBVR = {
}
- } );
+ } )
.catch( showVRNotFound )
;
return button;