aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
diff options
context:
space:
mode:
authorRobert Adams2013-04-09 16:32:54 -0700
committerRobert Adams2013-04-09 18:00:23 -0700
commit59135c9a31875dc514b3ea2fe14021571807701d (patch)
treee24604d69e80335801bf2649735c1280d53bea61 /OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
parentBulletSim: fix problem where large sets of mega-regions weren't registering (diff)
downloadopensim-SC_OLD-59135c9a31875dc514b3ea2fe14021571807701d.zip
opensim-SC_OLD-59135c9a31875dc514b3ea2fe14021571807701d.tar.gz
opensim-SC_OLD-59135c9a31875dc514b3ea2fe14021571807701d.tar.bz2
opensim-SC_OLD-59135c9a31875dc514b3ea2fe14021571807701d.tar.xz
BulletSim: add Bullet HACD library invocation. Turned off by default as not
totally debugged. Updated DLLs and SOs with more debugged HACD library code.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSScene.cs')
-rw-r--r--OpenSim/Region/Physics/BulletSPlugin/BSScene.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
index 9818b05..8e05b58 100644
--- a/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSScene.cs
@@ -316,6 +316,7 @@ public sealed class BSScene : PhysicsScene, IPhysicsParameters
316 break; 316 break;
317 case "bulletxna": 317 case "bulletxna":
318 ret = new BSAPIXNA(engineName, this); 318 ret = new BSAPIXNA(engineName, this);
319 BSParam.ShouldUseBulletHACD = false;
319 break; 320 break;
320 } 321 }
321 322