bullet3/Bullet/BroadphaseCollision
2006-09-20 00:49:33 +00:00
..
AxisSweep3.cpp improved performance, and allowed custom friction and contact solver models. See CcdPhysicsDemo #define USER_DEFINED_FRICTION_MODEL 2006-09-20 00:49:33 +00:00
AxisSweep3.h improved performance, and allowed custom friction and contact solver models. See CcdPhysicsDemo #define USER_DEFINED_FRICTION_MODEL 2006-09-20 00:49:33 +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 improved performance, and allowed custom friction and contact solver models. See CcdPhysicsDemo #define USER_DEFINED_FRICTION_MODEL 2006-09-20 00:49:33 +00:00
OverlappingPairCache.h improved performance, and allowed custom friction and contact solver models. See CcdPhysicsDemo #define USER_DEFINED_FRICTION_MODEL 2006-09-20 00:49:33 +00:00
SimpleBroadphase.cpp improved performance, and allowed custom friction and contact solver models. See CcdPhysicsDemo #define USER_DEFINED_FRICTION_MODEL 2006-09-20 00:49:33 +00:00
SimpleBroadphase.h improved performance, and allowed custom friction and contact solver models. See CcdPhysicsDemo #define USER_DEFINED_FRICTION_MODEL 2006-09-20 00:49:33 +00:00