This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
javascript
/
three.js
cermin dari
https://github.com/tazdij/three.js.git
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Jelajahi Sumber
In the vr samples, handle rejection of getVRDisplays for the case when the API is available but WebVR is not supported
samirah
7 tahun lalu
induk
d98677f159
melakukan
b37222e8b6
1 mengubah file
dengan
1 tambahan dan
1 penghapusan
Tampilan Split
Tampilkan Statistik Diff
1
1
examples/js/vr/WebVR.js
+ 1
- 1
examples/js/vr/WebVR.js
Tampilan Berkas
@@ -191,7 +191,7 @@ var WEBVR = {
}
- } );
+ } )
.catch( showVRNotFound )
;
return button;