소스 검색

继续调试

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 );