diff --git a/src/bounce/collision/shapes/qhull.cpp b/src/bounce/collision/shapes/qhull.cpp index 9f7faa5..81ace9f 100644 --- a/src/bounce/collision/shapes/qhull.cpp +++ b/src/bounce/collision/shapes/qhull.cpp @@ -217,8 +217,8 @@ void b3QHull::Set(const b3Vec3* points, u32 count) b3Vec3& dv = dvs[j]; b3Vec3 dvn = b3Normalize(dv); - // ~20 degrees - const float32 kTol = 0.95f; + // ~45 degrees + const float32 kTol = 0.7f; if (b3Dot(vn, dvn) > kTol) {