浏览代码

fix bug 2

shyf1301 7 年之前
父节点
当前提交
3c9c090fed
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/math/Box3.js

+ 1 - 1
src/math/Box3.js

@@ -384,7 +384,7 @@ Object.assign( Box3.prototype, {
 
 
 		}
 		}
 
 
-		return ( min <= -plane.constant && max >= -plane.constant );
+		return ( min <= - plane.constant && max >= - plane.constant );
 
 
 	},
 	},