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
96046852b24793c96dec0ca32f048e86578fce21
bullet3
/
Demos
/
CcdPhysicsDemo
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
..
CcdPhysicsDemo.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
CcdPhysicsDemo.h
first step in refactoring/cleaning up demos
2006-09-11 05:31:22 +00:00
CMakeLists.txt
updated CMakeLists.txt to include LibXML and LibColladaDom, and use better naming for libs. This should allow autogeneration of visual studio projectfiles, and Apple XCode projectfiles for COLLADA_DOM demo.
2006-08-28 01:26:31 +00:00
Jamfile
moved files around
2006-05-25 19:18:29 +00:00
MyMotionState.cpp
moved files around
2006-05-25 19:18:29 +00:00
MyMotionState.h
moved files around
2006-05-25 19:18:29 +00:00