mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-25 20:48:28 +00:00
- replaced all usage of heapSort by quickSort - finished btMultiSapBroadphase. Still some work to be done to increase performance (faster add/remove from child broadphases. uses currently AABB tree to locate child broadphase (should use grid), and sorted array takes too much time.