shyf1301 hace 7 años
padre
commit
3c9c090fed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 );
 
 	},