diff options
author | Robert Adams | 2012-09-15 15:36:13 -0700 |
---|---|---|
committer | Robert Adams | 2012-09-15 15:36:13 -0700 |
commit | b602b476adafe8e6eab9ec257db029a3d05db224 (patch) | |
tree | c47a76f3b8254326f91dd27938e81699a6928320 | |
parent | BulletSim: some debugging prints in BSPrim for tracking changes in linkset ch... (diff) | |
download | opensim-SC_OLD-b602b476adafe8e6eab9ec257db029a3d05db224.zip opensim-SC_OLD-b602b476adafe8e6eab9ec257db029a3d05db224.tar.gz opensim-SC_OLD-b602b476adafe8e6eab9ec257db029a3d05db224.tar.bz2 opensim-SC_OLD-b602b476adafe8e6eab9ec257db029a3d05db224.tar.xz |
BulletSim: update DLLs and SOs and remove some debugging code.
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs | 2 | ||||
-rwxr-xr-x | bin/lib32/BulletSim.dll | bin | 567296 -> 569856 bytes | |||
-rwxr-xr-x | bin/lib32/libBulletSim.so | bin | 2503027 -> 2510105 bytes | |||
-rwxr-xr-x | bin/lib64/BulletSim.dll | bin | 727552 -> 731136 bytes | |||
-rwxr-xr-x | bin/lib64/libBulletSim.so | bin | 2742386 -> 2750288 bytes |
5 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs b/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs index 5f62b12..61006f0 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSDynamics.cs | |||
@@ -475,7 +475,7 @@ namespace OpenSim.Region.Physics.BulletSPlugin | |||
475 | frcount = 0; | 475 | frcount = 0; |
476 | 476 | ||
477 | MoveLinear(pTimestep); | 477 | MoveLinear(pTimestep); |
478 | // MoveAngular(pTimestep); | 478 | MoveAngular(pTimestep); |
479 | LimitRotation(pTimestep); | 479 | LimitRotation(pTimestep); |
480 | 480 | ||
481 | // remember the position so next step we can limit absolute movement effects | 481 | // remember the position so next step we can limit absolute movement effects |
diff --git a/bin/lib32/BulletSim.dll b/bin/lib32/BulletSim.dll index 0dd508c..3b35a98 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 747df24..65eba37 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 877ad4c..f01655b 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 a55e633..5302e29 100755 --- a/bin/lib64/libBulletSim.so +++ b/bin/lib64/libBulletSim.so | |||
Binary files differ | |||