jotinha 12 роки тому
батько
коміт
bf41b8c000
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/math/Ray.js

+ 1 - 1
src/math/Ray.js

@@ -294,7 +294,7 @@ THREE.Ray.prototype = {
 
 	}(),
 
-intersectBox: function ( box , optionalTarget ) {
+	intersectBox: function ( box , optionalTarget ) {
 
 		// http://www.scratchapixel.com/lessons/3d-basic-lessons/lesson-7-intersecting-simple-shapes/ray-box-intersection/