diff options
author | Robert Adams | 2013-07-23 08:11:21 -0700 |
---|---|---|
committer | Robert Adams | 2013-07-23 08:11:21 -0700 |
commit | af9deed13593a85aef64205f9ca616a06711963c (patch) | |
tree | 26e926fb4de9c5522320ad58e5445a898459cad8 /OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs | |
parent | For stats which can show average change over time, show the last sample as we... (diff) | |
download | opensim-SC_OLD-af9deed13593a85aef64205f9ca616a06711963c.zip opensim-SC_OLD-af9deed13593a85aef64205f9ca616a06711963c.tar.gz opensim-SC_OLD-af9deed13593a85aef64205f9ca616a06711963c.tar.bz2 opensim-SC_OLD-af9deed13593a85aef64205f9ca616a06711963c.tar.xz |
Revert "Revert "BulletSim: freshen up the code for constraint based linksets.""
Found that the vehicle movement problem was not caused by these physics changes.
This reverts commit 44543ebe638f391fc1c7ff532fe4470006dec55a.
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs b/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs index 1d94142..3668456 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSLinksetCompound.cs | |||
@@ -59,6 +59,7 @@ public sealed class BSLinksetCompound : BSLinkset | |||
59 | { | 59 | { |
60 | DetailLog("{0},BSLinksetCompound.ScheduleRebuild,,rebuilding={1},hasChildren={2},actuallyScheduling={3}", | 60 | DetailLog("{0},BSLinksetCompound.ScheduleRebuild,,rebuilding={1},hasChildren={2},actuallyScheduling={3}", |
61 | requestor.LocalID, Rebuilding, HasAnyChildren, (!Rebuilding && HasAnyChildren)); | 61 | requestor.LocalID, Rebuilding, HasAnyChildren, (!Rebuilding && HasAnyChildren)); |
62 | |||
62 | // When rebuilding, it is possible to set properties that would normally require a rebuild. | 63 | // When rebuilding, it is possible to set properties that would normally require a rebuild. |
63 | // If already rebuilding, don't request another rebuild. | 64 | // If already rebuilding, don't request another rebuild. |
64 | // If a linkset with just a root prim (simple non-linked prim) don't bother rebuilding. | 65 | // If a linkset with just a root prim (simple non-linked prim) don't bother rebuilding. |