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
d78d0b3055221373815500e3b4cdd50c9d90eaa2
bullet3
/
Demos
/
UserCollisionAlgorithm
History
ejcoumans
96046852b2
moved SphereSphereCollisionAlgorithm to main library
2006-09-19 04:55:02 +00:00
..
CMakeLists.txt
moved SphereSphereCollisionAlgorithm to main library
2006-09-19 04:55:02 +00:00
Jamfile
added buildsystem files
2006-09-17 06:34:40 +00:00
UserCollisionAlgorithm.cpp
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
UserCollisionAlgorithm.h
example that shows how to register your own collision algorithms.
2006-09-17 01:39:54 +00:00