Bubbers / Bubba-3D

3D game engine using OpenGL.
https://bubbers.github.io/Bubba-3D/
GNU Lesser General Public License v3.0
9 stars 1 forks source link

Refactor BFBroadPhase #48

Closed Bubbad closed 8 years ago

Bubbad commented 8 years ago

Divide bfbroadphase into two classes, broadphase and exactphase (or some other fancy class name). Broadphase currently performs both exact and fast collision tests but should only be responsible for the fast inaccurate tests.