Pass collisions and updates in pinned memory (saves marshaling).

Fix folding feet by using collision normals.
Add constraint specification.
This commit is contained in:
Robert.Adams
2011-07-22 10:22:21 -07:00
committed by Dan Lake
parent 4cbc912375
commit 5ffec1cd64
8 changed files with 157 additions and 98 deletions

BIN
bin/BulletSim-x86_64.dll Executable file

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,6 @@
<configuration>
<dllmap os="windows" cpu="x86" dll="BulletSim" target="BulletSim" />
<dllmap os="windows" cpu="x86-64,ia64" dll="BulletSim" target="BulletSim-x86_64" />
<dllmap os="!windows,osx" cpu="x86" dll="BulletSim" target="libBulletSim" />
<dllmap os="!windows,osx" cpu="x86-64,ia64" dll="BulletSim" target="libBulletSim-x86_64" />
</configuration>

Binary file not shown.