aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs
diff options
context:
space:
mode:
authorDiva Canto2012-11-07 20:05:30 -0800
committerDiva Canto2012-11-07 20:05:30 -0800
commita407eb287f15efc5d27de7754f0512599bdaee2a (patch)
treea28cc1909bdb4637bbd035f3e6ee5f1fd0bae5ea /OpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs
parentHG: Hopefully this fixes the issues with port 80 once and for all. (diff)
parentBulletSim: add skeleton classes for shape objectification. This will eventual... (diff)
downloadopensim-SC_OLD-a407eb287f15efc5d27de7754f0512599bdaee2a.zip
opensim-SC_OLD-a407eb287f15efc5d27de7754f0512599bdaee2a.tar.gz
opensim-SC_OLD-a407eb287f15efc5d27de7754f0512599bdaee2a.tar.bz2
opensim-SC_OLD-a407eb287f15efc5d27de7754f0512599bdaee2a.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs')
-rwxr-xr-xOpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs b/OpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs
index d2387fb..c855fda 100755
--- a/OpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSLinksetConstraints.cs
@@ -184,7 +184,7 @@ public sealed class BSLinksetConstraints : BSLinkset
184 private BSConstraint BuildConstraint(BSPhysObject rootPrim, BSPhysObject childPrim) 184 private BSConstraint BuildConstraint(BSPhysObject rootPrim, BSPhysObject childPrim)
185 { 185 {
186 // Zero motion for children so they don't interpolate 186 // Zero motion for children so they don't interpolate
187 childPrim.ZeroMotion(); 187 childPrim.ZeroMotion(true);
188 188
189 // Relative position normalized to the root prim 189 // Relative position normalized to the root prim
190 // Essentually a vector pointing from center of rootPrim to center of childPrim 190 // Essentually a vector pointing from center of rootPrim to center of childPrim