This website works better with JavaScript
首頁
探索
說明
登入
javascript
/
three.js
镜像来自
https://github.com/tazdij/three.js.git
關注
2
讚好
0
複刻
0
檔案
問題管理
0
Wiki
瀏覽代碼
In the vr samples, handle rejection of getVRDisplays for the case when the API is available but WebVR is not supported
samirah
7 年之前
父節點
d98677f159
當前提交
b37222e8b6
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
統一視圖
顯示文件統計
1
1
examples/js/vr/WebVR.js
+ 1
- 1
examples/js/vr/WebVR.js
查看文件
@@ -191,7 +191,7 @@ var WEBVR = {
}
}
- } );
+ } )
.catch( showVRNotFound )
;
return button;
return button;