BulletSim: update BulletSim binaries and configuration fixing a crash which happens when there are more than a few hundred physical objects.

0.7.4.1
Robert Adams 2012-03-26 13:48:15 -07:00
parent ad865ab4fc
commit 84c9bd52d3
5 changed files with 2 additions and 1 deletions

View File

@ -864,8 +864,9 @@
CcdMotionThreshold = 0.0
CcdSweptSphereRadius = 0.0
ContactProcessingThreshold = 0.1
; If setting a pool size, also disable dynamic allocation (default pool size is 4096 with dynamic alloc)
MaxPersistantManifoldPoolSize = 0;
ShouldDisableContactPoolDynamicAllocation = True;
ShouldDisableContactPoolDynamicAllocation = False;
ShouldForceUpdateAllAabbs = False;
ShouldRandomizeSolverOrder = False;
ShouldSplitSimulationIslands = False;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.