aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
diff options
context:
space:
mode:
authorUbitUmarov2012-07-07 03:16:41 +0100
committerUbitUmarov2012-07-07 03:16:41 +0100
commitd50b852d530bd17f2bb5a7964e9ddf81acff9146 (patch)
tree12f62c914e23750f9e4c5ae6651048d6ef5d71ce /OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
parent added llSetVelocity. will refuse to work on vehicles and on attachments ( th... (diff)
downloadopensim-SC_OLD-d50b852d530bd17f2bb5a7964e9ddf81acff9146.zip
opensim-SC_OLD-d50b852d530bd17f2bb5a7964e9ddf81acff9146.tar.gz
opensim-SC_OLD-d50b852d530bd17f2bb5a7964e9ddf81acff9146.tar.bz2
opensim-SC_OLD-d50b852d530bd17f2bb5a7964e9ddf81acff9146.tar.xz
ODE turn off material dependent friction while vehicle linear motor is Effective. Increase a bit world damping of velocities
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
index 9b3b51b..3d8e680 100644
--- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs
@@ -275,6 +275,7 @@ namespace OpenSim.Region.Physics.OdePlugin
275 275
276 if (veh != null && veh.Type != Vehicle.TYPE_NONE) 276 if (veh != null && veh.Type != Vehicle.TYPE_NONE)
277 cdata.mu *= veh.FrictionFactor; 277 cdata.mu *= veh.FrictionFactor;
278// cdata.mu *= 0;
278 } 279 }
279 } 280 }
280 281