BulletSim: change default of shouldDisableContactPoolDynamicAllocation from False to True. It seems that collisions don't happen well when it is False (things fall through terrain).

This commit is contained in:
Robert Adams
2012-03-23 15:50:32 -07:00
parent 3f53b7bc91
commit ff54b3c366
2 changed files with 3 additions and 3 deletions

View File

@@ -865,7 +865,7 @@
CcdSweptSphereRadius = 0.0
ContactProcessingThreshold = 0.1
MaxPersistantManifoldPoolSize = 0;
ShouldDisableContactPoolDynamicAllocation = False;
ShouldDisableContactPoolDynamicAllocation = True;
ShouldForceUpdateAllAabbs = False;
ShouldRandomizeSolverOrder = False;
ShouldSplitSimulationIslands = False;