shyf1301 7 anni fa
parent
commit
3c9c090fed
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 );
 
 	},