diff options
author | Robert Adams | 2012-10-30 09:12:07 -0700 |
---|---|---|
committer | Robert Adams | 2012-11-03 21:14:49 -0700 |
commit | 52be581f71b3c8da6113e4f4b193694683e6f8cc (patch) | |
tree | acaa7c98779c3387321f40d59d8edf6865af48bd /OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | |
parent | BulletSim: Use the PostTaints operation to build the linkset once before the ... (diff) | |
download | opensim-SC-52be581f71b3c8da6113e4f4b193694683e6f8cc.zip opensim-SC-52be581f71b3c8da6113e4f4b193694683e6f8cc.tar.gz opensim-SC-52be581f71b3c8da6113e4f4b193694683e6f8cc.tar.bz2 opensim-SC-52be581f71b3c8da6113e4f4b193694683e6f8cc.tar.xz |
BulletSim: remove center-of-mass setting for linksets because it causes the constraint calculation to pull the objects together.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs b/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs index ad09a61..7851a40 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | |||
@@ -634,7 +634,7 @@ public sealed class BSPrim : BSPhysObject | |||
634 | // had been automatically disabled when the mass was set to zero. | 634 | // had been automatically disabled when the mass was set to zero. |
635 | Linkset.Refresh(this); | 635 | Linkset.Refresh(this); |
636 | 636 | ||
637 | DetailLog("{0},BSPrim.UpdatePhysicalParameters,exit,static={1},solid={2},mass={3},collide={4},cf={5:X},body={6},shape={7}", | 637 | DetailLog("{0},BSPrim.UpdatePhysicalParameters,taintExit,static={1},solid={2},mass={3},collide={4},cf={5:X},body={6},shape={7}", |
638 | LocalID, IsStatic, IsSolid, _mass, SubscribedEvents(), CurrentCollisionFlags, BSBody, BSShape); | 638 | LocalID, IsStatic, IsSolid, _mass, SubscribedEvents(), CurrentCollisionFlags, BSBody, BSShape); |
639 | } | 639 | } |
640 | 640 | ||