Distance between btCollisionShape

Please don't post Bullet support questions here, use the above forums instead.
Exzotus
Posts: 1
Joined: Sun Jun 13, 2010 8:26 pm

Distance between btCollisionShape

Post by Exzotus »

I'm pretty new at Bullet and I've been trying for some time now to figure out how to calculate the distance between two btCollisionShape shapes in Bullet. I was trying to use the Linear Convex Cast demo as an example but ran into a wall when I found out the btSubsimplexConvexCast only worked with btConvexShape shapes.

Any suggestions on what I can do?

Thanks in advance for help