mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
BulletSim: update BulletSim binaries and configuration fixing a crash which happens when there are more than a few hundred physical objects.
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user