aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Physics')
-rw-r--r--OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs1
-rwxr-xr-xOpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs4
2 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs b/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs
index c670cca..d0cc1eb 100644
--- a/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSCharacter.cs
@@ -61,7 +61,6 @@ public sealed class BSCharacter : BSPhysObject
61 private const string AvatarMoveActorName = "BSCharacter.AvatarMove"; 61 private const string AvatarMoveActorName = "BSCharacter.AvatarMove";
62 62
63 private OMV.Vector3 _PIDTarget; 63 private OMV.Vector3 _PIDTarget;
64 private bool _usePID;
65 private float _PIDTau; 64 private float _PIDTau;
66 65
67// public override OMV.Vector3 RawVelocity 66// public override OMV.Vector3 RawVelocity
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs b/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs
index 22b3f3f..cae9efa 100755
--- a/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs
@@ -329,10 +329,6 @@ public sealed class BSLinksetCompound : BSLinkset
329 // Note that this works for rebuilding just the root after a linkset is taken apart. 329 // Note that this works for rebuilding just the root after a linkset is taken apart.
330 // Called at taint time!! 330 // Called at taint time!!
331 private bool UseBulletSimRootOffsetHack = false; // Attempt to have Bullet track the coords of root compound shape 331 private bool UseBulletSimRootOffsetHack = false; // Attempt to have Bullet track the coords of root compound shape
332 // Number of times to perform rebuilds on broken linkset children. This should only happen when
333 // a linkset is initially being created and should happen only one or two times at the most.
334 // This exists to cause a looping problem to be reported while not rebuilding a linkset forever.
335 private static int LinksetRebuildFailureLoopPrevention = 10;
336 private void RecomputeLinksetCompound() 332 private void RecomputeLinksetCompound()
337 { 333 {
338 try 334 try