Browse Source

继续调试

xushiting 5 years ago
parent
commit
042147b296
1 changed files with 0 additions and 1 deletions
  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 );