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
8c023e764c493c51b6dda01d53e1d84e5d54afbb
bullet3
/
Demos
/
UserCollisionAlgorithm
History
ejcoumans
8c023e764c
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.
...
Did some tests with 3000 rigidbodies, works much smoother now :)
2006-09-19 02:59:30 +00:00
..
CMakeLists.txt
added buildsystem files
2006-09-17 06:34:40 +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