浏览代码

Examples: Fix translation snap unit. (#27959)

Michael Herzog 1 年之前
父节点
当前提交
2ac92c82f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/misc_controls_transform.html

+ 1 - 1
examples/misc_controls_transform.html

@@ -100,7 +100,7 @@
 							break;
 
 						case 16: // Shift
-							control.setTranslationSnap( 100 );
+							control.setTranslationSnap( 1 );
 							control.setRotationSnap( THREE.MathUtils.degToRad( 15 ) );
 							control.setScaleSnap( 0.25 );
 							break;