Page 1 of 1

Broadphase collision detection in Bullet

Posted: Fri Feb 28, 2014 9:45 am
by Laxmi
I am trying to learn about bullet library and collision detection in it.I got the basic theory and concept of broadphase collision detection. However it's hard to know how it is implemented and what are the parameters of broadphase and narrowphase collision detection in bullet library??? Is there any resource on bullet apart from that manual??

Re: Broadphase collision detection in Bullet

Posted: Fri Feb 28, 2014 6:54 pm
by RandyGaul
Dirk generously posted a nice description in the other active thread of this sub-forum describing the dynamic AABB tree broadphase implemented within Bullet. You can start by taking a look at this :) I also know of a couple student articles that were recently posted of which describe the implementation of such an AABB tree. These shouldn't be too hard to find if you search for "dynamic AABB tree".