aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Region.Physics.BulletSPlugin.dll.config
diff options
context:
space:
mode:
authorDan Lake2011-07-22 10:22:21 -0700
committerDan Lake2011-07-22 10:22:21 -0700
commitfa696c2eb24d80462ac28ff69b497c452a2eb00d (patch)
treea9c6be19df834d4d53eeff7dec267b75d4c7bacb /bin/OpenSim.Region.Physics.BulletSPlugin.dll.config
parentMerge branch 'master' into bulletsim (diff)
downloadopensim-SC_OLD-fa696c2eb24d80462ac28ff69b497c452a2eb00d.zip
opensim-SC_OLD-fa696c2eb24d80462ac28ff69b497c452a2eb00d.tar.gz
opensim-SC_OLD-fa696c2eb24d80462ac28ff69b497c452a2eb00d.tar.bz2
opensim-SC_OLD-fa696c2eb24d80462ac28ff69b497c452a2eb00d.tar.xz
Pass collisions and updates in pinned memory (saves marshaling).
Fix folding feet by using collision normals. Add constraint specification.
Diffstat (limited to '')
-rwxr-xr-xbin/OpenSim.Region.Physics.BulletSPlugin.dll.config6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.Region.Physics.BulletSPlugin.dll.config b/bin/OpenSim.Region.Physics.BulletSPlugin.dll.config
new file mode 100755
index 0000000..e521493
--- /dev/null
+++ b/bin/OpenSim.Region.Physics.BulletSPlugin.dll.config
@@ -0,0 +1,6 @@
1<configuration>
2 <dllmap os="windows" cpu="x86" dll="BulletSim" target="BulletSim" />
3 <dllmap os="windows" cpu="x86-64,ia64" dll="BulletSim" target="BulletSim-x86_64" />
4 <dllmap os="!windows,osx" cpu="x86" dll="BulletSim" target="libBulletSim" />
5 <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="BulletSim" target="libBulletSim-x86_64" />
6</configuration>