diff options
author | Robert.Adams | 2011-07-22 10:22:21 -0700 |
---|---|---|
committer | Dan Lake | 2011-07-22 10:23:40 -0700 |
commit | 5ffec1cd648bc8dcc333fc528707c09bb8dce27d (patch) | |
tree | a9c6be19df834d4d53eeff7dec267b75d4c7bacb /bin/OpenSim.Region.Physics.BulletSPlugin.dll.config | |
parent | Merge branch 'master' into bulletsim (diff) | |
download | opensim-SC_OLD-5ffec1cd648bc8dcc333fc528707c09bb8dce27d.zip opensim-SC_OLD-5ffec1cd648bc8dcc333fc528707c09bb8dce27d.tar.gz opensim-SC_OLD-5ffec1cd648bc8dcc333fc528707c09bb8dce27d.tar.bz2 opensim-SC_OLD-5ffec1cd648bc8dcc333fc528707c09bb8dce27d.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-x | bin/OpenSim.Region.Physics.BulletSPlugin.dll.config | 6 |
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> | ||