This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
javascript
/
three.js
şunun yansıması
https://github.com/tazdij/three.js.git
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Kaynağa Gözat
In the vr samples, handle rejection of getVRDisplays for the case when the API is available but WebVR is not supported
samirah
7 yıl önce
ebeveyn
d98677f159
işleme
b37222e8b6
1 değiştirilmiş dosya
ile
1 ekleme
ve
1 silme
Görünümü Böl
Farklılık Durumunu Göster
1
1
examples/js/vr/WebVR.js
+ 1
- 1
examples/js/vr/WebVR.js
Dosyayı Görüntüle
@@ -191,7 +191,7 @@ var WEBVR = {
}
- } );
+ } )
.catch( showVRNotFound )
;
return button;