浏览代码

继续调试

xushiting 5 年之前
父节点
当前提交
042147b296
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/Fdage1.html

+ 0 - 1
examples/Fdage1.html

@@ -249,7 +249,6 @@
 				container.appendChild( renderer.domElement );
 
                 controls = new THREE.OrbitControls( camera, renderer.domElement );
-				controls.addEventListener( 'change', render );
 
 				stats = new Stats();
 				container.appendChild( stats.dom );