@ -363,7 +363,7 @@ typedef struct World
double m0 = p0.magnitude();
double m1 = p1.magnitude();
if ((m0 * m1) <= 0.01)
if ((m0 * m1) <= 0.1)
{
// Point is on one of the vertices
outFaces.push_back(face);