penetration during convexHull & btBvhTriangleMeshShape

xle99
Posts: 1
Joined: Mon Feb 16, 2009 1:47 pm

penetration during convexHull & btBvhTriangleMeshShape

Post by xle99 »

Hi,

I am new to Bullet library, I want to simulate one object (convexHull) drop to another static object (btBvhTriangleMeshShape), the convexHull object should slide along the static object.
But got the penetration problem, the convexHull object always penetrate the static object.

Does anyone know how to solve this problem?

Thanks.