Concave Convex cast collision detection problem

Please don't post Bullet support questions here, use the above forums instead.
Post Reply
amrishkum
Posts: 17
Joined: Wed May 23, 2012 7:08 pm

Concave Convex cast collision detection problem

Post by amrishkum »

Hi

I am trying to detect collision between a primitive shape object (like sphere, cone, cylinder, etc) with triangular mesh object with the help of Concave Convex routine. I want to transform primitive object as well as triangular mesh (which I can do by using quaternions). I want to know what is the correct way of detecting collision for the above case? I have alsoattached a sample code which I was trying to test. I am also getting false every time for detecting collision between two objects.

Also if somebody can explain how collision detection was done in convex cast demo in bullet physics?

Can anyone please guide me through this?

Regards
Amrish Kumar
Attachments
CollisionInterface.cpp
(6.67 KiB) Downloaded 393 times
Post Reply