Broadphase collision detection in Bullet

Please don't post Bullet support questions here, use the above forums instead.
Post Reply
Laxmi
Posts: 7
Joined: Mon Feb 24, 2014 8:39 am

Broadphase collision detection in Bullet

Post 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??
RandyGaul
Posts: 43
Joined: Mon May 20, 2013 8:01 am
Location: Redmond, WA

Re: Broadphase collision detection in Bullet

Post 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".
Post Reply