This website requires JavaScript.
Explore
Help
Sign In
Bart
/
bullet3
Watch
1
Star
0
Fork
0
You've already forked bullet3
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
dad2cb634e74ca198cd4f7889877687839b2184b
bullet3
/
Bullet
/
BroadphaseCollision
History
ejcoumans
7faf84d784
accidental typo
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