Page 1 of 1

collision detection using bounding boxes

Posted: Wed Jun 13, 2012 6:28 pm
by amrishkum
Hi

I used bounding box as primitive shape and ran collision detection. I have attached the code. By looking at number of contacts, it can tell whether there is collision or not. But its performance is on slower side. So can anyone suggest better method of doing collision detection using bounding box? I need lower computational times

I am also attaching code with this.

Thanks