瀏覽代碼

Examples: Disable damping in alpha hash demo. (#26519)

Michael Herzog 2 年之前
父節點
當前提交
5c619ba8d4
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      examples/webgl_materials_alphahash.html

+ 0 - 4
examples/webgl_materials_alphahash.html

@@ -132,10 +132,8 @@
 				//
 
 				controls = new OrbitControls( camera, renderer.domElement );
-				controls.enableDamping = true;
 				controls.enableZoom = false;
 				controls.enablePan = false;
-				controls.dampingFactor = 0.2;
 
 				controls.addEventListener( 'change', () => ( needsUpdate = true ) );
 
@@ -198,8 +196,6 @@
 
 				requestAnimationFrame( animate );
 
-				controls.update();
-
 				render();
 
 				stats.update();