aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODEPrim.cs12
1 files changed, 11 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
index 44b2727..f354328 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
@@ -2354,6 +2354,16 @@ Console.WriteLine(" JointCreateFixed");
2354 { 2354 {
2355 m_vehicle.ProcessRotationVehicleParam((Vehicle) param, rotation); 2355 m_vehicle.ProcessRotationVehicleParam((Vehicle) param, rotation);
2356 } 2356 }
2357
2358 public override void VehicleFlagsSet(int flags)
2359 {
2360
2361 }
2362
2363 public override void VehicleFlagsRemove(int flags)
2364 {
2365
2366 }
2357 2367
2358 public override void SetVolumeDetect(int param) 2368 public override void SetVolumeDetect(int param)
2359 { 2369 {
@@ -2826,7 +2836,7 @@ Console.WriteLine(" JointCreateFixed");
2826 } 2836 }
2827 public override bool PIDActive { set { m_usePID = value; } } 2837 public override bool PIDActive { set { m_usePID = value; } }
2828 public override float PIDTau { set { m_PIDTau = value; } } 2838 public override float PIDTau { set { m_PIDTau = value; } }
2829 2839
2830 public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } 2840 public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } }
2831 public override bool PIDHoverActive { set { m_useHoverPID = value; } } 2841 public override bool PIDHoverActive { set { m_useHoverPID = value; } }
2832 public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } 2842 public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } }