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/BSLinkset.cs | |
parent | BulletSim: Use the PostTaints operation to build the linkset once before the ... (diff) | |
download | opensim-SC_OLD-52be581f71b3c8da6113e4f4b193694683e6f8cc.zip opensim-SC_OLD-52be581f71b3c8da6113e4f4b193694683e6f8cc.tar.gz opensim-SC_OLD-52be581f71b3c8da6113e4f4b193694683e6f8cc.tar.bz2 opensim-SC_OLD-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 'OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs b/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs index 187951e..6d84fcc 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs | |||
@@ -132,7 +132,6 @@ public abstract class BSLinkset | |||
132 | // Cannot remove the root from a linkset. | 132 | // Cannot remove the root from a linkset. |
133 | return this; | 133 | return this; |
134 | } | 134 | } |
135 | |||
136 | RemoveChildFromLinkset(child); | 135 | RemoveChildFromLinkset(child); |
137 | } | 136 | } |
138 | 137 | ||