BulletSharpPInvoke icon indicating copy to clipboard operation
BulletSharpPInvoke copied to clipboard

HACD bad geometry

Open AndresTraks opened this issue 11 years ago • 1 comments

In the C# convex decomposition demo, HACD creates 40 clusters, in libbulletc, it creates 10 clusters, in BulletSharp and the original bullet demo, 8 clusters are created.

All of the input data and settings seem to be exactly the same, but the output is different. Might be a floating-point precision issue.

AndresTraks avatar Apr 10 '15 21:04 AndresTraks

#88 maybe this happen

ShadowTeolog avatar Sep 15 '22 08:09 ShadowTeolog