This website works better with JavaScript
首頁
探索
說明
登入
javascript
/
three.js
镜像来自
https://github.com/tazdij/three.js.git
關註
2
讚好
0
複刻
0
Files
問題管理
0
Wiki
瀏覽代碼
fix nan on first frame
Gregg Tavares
5 年之前
父節點
a02e5b1e25
當前提交
0f3d50013e
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
統一視圖
顯示文件統計
1
1
examples/webgl_shader.html
+ 1
- 1
examples/webgl_shader.html
查看文件
@@ -74,7 +74,7 @@
var uniforms;
var uniforms;
init();
init();
- animate();
+ animate(
0
);
function init() {
function init() {