ソースを参照

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