aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorRobert Adams2012-03-26 13:48:15 -0700
committerRobert Adams2012-03-26 13:48:15 -0700
commit84c9bd52d3c2e01f1b385a6dd0fc4822a652867b (patch)
tree28e3553ffa93ed4aa1b3857289c6523474d8e6fb /bin
parentAdd some more overloads to allow registering overloaded methods and lists (diff)
downloadopensim-SC_OLD-84c9bd52d3c2e01f1b385a6dd0fc4822a652867b.zip
opensim-SC_OLD-84c9bd52d3c2e01f1b385a6dd0fc4822a652867b.tar.gz
opensim-SC_OLD-84c9bd52d3c2e01f1b385a6dd0fc4822a652867b.tar.bz2
opensim-SC_OLD-84c9bd52d3c2e01f1b385a6dd0fc4822a652867b.tar.xz
BulletSim: update BulletSim binaries and configuration fixing a crash which happens when there are more than a few hundred physical objects.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini3
-rwxr-xr-xbin/lib32/BulletSim.dllbin533504 -> 533504 bytes
-rwxr-xr-xbin/lib32/libBulletSim.sobin619149 -> 619145 bytes
-rwxr-xr-xbin/lib64/BulletSim.dllbin685056 -> 686080 bytes
-rwxr-xr-xbin/lib64/libBulletSim.sobin688874 -> 688866 bytes
5 files changed, 2 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 41be415..28c5587 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -864,8 +864,9 @@
864 CcdMotionThreshold = 0.0 864 CcdMotionThreshold = 0.0
865 CcdSweptSphereRadius = 0.0 865 CcdSweptSphereRadius = 0.0
866 ContactProcessingThreshold = 0.1 866 ContactProcessingThreshold = 0.1
867 ; If setting a pool size, also disable dynamic allocation (default pool size is 4096 with dynamic alloc)
867 MaxPersistantManifoldPoolSize = 0; 868 MaxPersistantManifoldPoolSize = 0;
868 ShouldDisableContactPoolDynamicAllocation = True; 869 ShouldDisableContactPoolDynamicAllocation = False;
869 ShouldForceUpdateAllAabbs = False; 870 ShouldForceUpdateAllAabbs = False;
870 ShouldRandomizeSolverOrder = False; 871 ShouldRandomizeSolverOrder = False;
871 ShouldSplitSimulationIslands = False; 872 ShouldSplitSimulationIslands = False;
diff --git a/bin/lib32/BulletSim.dll b/bin/lib32/BulletSim.dll
index 357f26e..5bef6e9 100755
--- a/bin/lib32/BulletSim.dll
+++ b/bin/lib32/BulletSim.dll
Binary files differ
diff --git a/bin/lib32/libBulletSim.so b/bin/lib32/libBulletSim.so
index 948d8e3..9882f5b 100755
--- a/bin/lib32/libBulletSim.so
+++ b/bin/lib32/libBulletSim.so
Binary files differ
diff --git a/bin/lib64/BulletSim.dll b/bin/lib64/BulletSim.dll
index db8530c..9f09ef8 100755
--- a/bin/lib64/BulletSim.dll
+++ b/bin/lib64/BulletSim.dll
Binary files differ
diff --git a/bin/lib64/libBulletSim.so b/bin/lib64/libBulletSim.so
index b2fd9d2..fa47bf1 100755
--- a/bin/lib64/libBulletSim.so
+++ b/bin/lib64/libBulletSim.so
Binary files differ