소스 검색

Removed controls update

Tentone 7 년 전
부모
커밋
713c7fec2a
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      examples/webgl_loader_gcode.html

+ 0 - 2
examples/webgl_loader_gcode.html

@@ -83,8 +83,6 @@
 
 			function animate() {
 
-				controls.update();
-
 				renderer.render( scene, camera );
 
 				requestAnimationFrame( animate );