bullet3/Bullet/BroadphaseCollision
2006-09-19 18:07:27 +00:00
..
AxisSweep3.cpp fixed broadphases after performance optimizations 2006-09-19 06:08:54 +00:00
AxisSweep3.h fixed collision bug involving meshes/compounds: always keep point with deepest penetration 2006-09-04 18:54:36 +00:00
BroadphaseInterface.h Refactoring for parallel processing of islands, collision detection and constraint solving. 2006-06-30 00:41:09 +00:00
BroadphaseProxy.cpp moved files around 2006-05-25 19:18:29 +00:00
BroadphaseProxy.h started working on some serious performance improvements. now the union find is optimized, the broadphase add/remove overlapping pair was too slow. added a stl::set to keep track of overlapping pairs. this speeds up the set find/remove. work in progress.the SimpleBroadphase is broken. will be fixed tomorrow. 2006-09-19 02:59:30 +00:00
CollisionAlgorithm.cpp moved files around 2006-05-25 19:18:29 +00:00
CollisionAlgorithm.h moved files around 2006-05-25 19:18:29 +00:00
Dispatcher.cpp moved files around 2006-05-25 19:18:29 +00:00
Dispatcher.h started working on some serious performance improvements. now the union find is optimized, the broadphase add/remove overlapping pair was too slow. added a stl::set to keep track of overlapping pairs. this speeds up the set find/remove. work in progress.the SimpleBroadphase is broken. will be fixed tomorrow. 2006-09-19 02:59:30 +00:00
OverlappingPairCache.cpp accidental typo 2006-09-19 18:07:27 +00:00
OverlappingPairCache.h started working on some serious performance improvements. now the union find is optimized, the broadphase add/remove overlapping pair was too slow. added a stl::set to keep track of overlapping pairs. this speeds up the set find/remove. work in progress.the SimpleBroadphase is broken. will be fixed tomorrow. 2006-09-19 02:59:30 +00:00
SimpleBroadphase.cpp fixed broadphases after performance optimizations 2006-09-19 06:08:54 +00:00
SimpleBroadphase.h fixed broadphases after performance optimizations 2006-09-19 06:08:54 +00:00