浏览代码

Fix THREE.Math.degToRad in example

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

+ 1 - 1
examples/misc_controls_transform.html

@@ -83,7 +83,7 @@
 
 						case 17: // Ctrl
 							control.setTranslationSnap( 100 );
-							control.setRotationSnap( Math.degToRad( 15 ) );
+							control.setRotationSnap( THREE.Math.degToRad( 15 ) );
 							break;
 
 						case 87: // W