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 :)
This commit is contained in:
2
Doxyfile
2
Doxyfile
@@ -267,7 +267,7 @@ WARN_LOGFILE =
|
||||
# directories like "/usr/src/myproject". Separate the files or directories
|
||||
# with spaces.
|
||||
|
||||
INPUT = Bullet BulletDynamics LinearMath Extras/PhysicsInterface
|
||||
INPUT = Bullet BulletDynamics LinearMath Extras/PhysicsInterface Demos
|
||||
|
||||
|
||||
# If the value of the INPUT tag contains directories, you can use the
|
||||
|
||||
Reference in New Issue
Block a user