decrease merge tolerance
This commit is contained in:
@ -217,8 +217,8 @@ void b3QHull::Set(const b3Vec3* points, u32 count)
|
|||||||
b3Vec3& dv = dvs[j];
|
b3Vec3& dv = dvs[j];
|
||||||
b3Vec3 dvn = b3Normalize(dv);
|
b3Vec3 dvn = b3Normalize(dv);
|
||||||
|
|
||||||
// ~20 degrees
|
// ~45 degrees
|
||||||
const float32 kTol = 0.95f;
|
const float32 kTol = 0.7f;
|
||||||
|
|
||||||
if (b3Dot(vn, dvn) > kTol)
|
if (b3Dot(vn, dvn) > kTol)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user