فهرست منبع

OrbitControl: Fixed typo.

Mr.doob 10 سال پیش
والد
کامیت
140954c31d
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      examples/js/controls/OrbitControls.js

+ 2 - 2
examples/js/controls/OrbitControls.js

@@ -509,11 +509,11 @@
 
 
 				if ( dollyDelta.y > 0 ) {
 				if ( dollyDelta.y > 0 ) {
 
 
-					contraint.dollyIn( getZoomScale() );
+					constraint.dollyIn( getZoomScale() );
 
 
 				} else if ( dollyDelta.y < 0 ) {
 				} else if ( dollyDelta.y < 0 ) {
 
 
-					contraint.dollyOut( getZoomScale() );
+					constraint.dollyOut( getZoomScale() );
 
 
 				}
 				}