diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index 973aa84..010d97f 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | |||
@@ -2352,6 +2352,16 @@ Console.WriteLine(" JointCreateFixed"); | |||
2352 | { | 2352 | { |
2353 | m_vehicle.ProcessRotationVehicleParam((Vehicle) param, rotation); | 2353 | m_vehicle.ProcessRotationVehicleParam((Vehicle) param, rotation); |
2354 | } | 2354 | } |
2355 | |||
2356 | public override void VehicleFlagsSet(int flags) | ||
2357 | { | ||
2358 | |||
2359 | } | ||
2360 | |||
2361 | public override void VehicleFlagsRemove(int flags) | ||
2362 | { | ||
2363 | |||
2364 | } | ||
2355 | 2365 | ||
2356 | public override void SetVolumeDetect(int param) | 2366 | public override void SetVolumeDetect(int param) |
2357 | { | 2367 | { |
@@ -2824,7 +2834,7 @@ Console.WriteLine(" JointCreateFixed"); | |||
2824 | } | 2834 | } |
2825 | public override bool PIDActive { set { m_usePID = value; } } | 2835 | public override bool PIDActive { set { m_usePID = value; } } |
2826 | public override float PIDTau { set { m_PIDTau = value; } } | 2836 | public override float PIDTau { set { m_PIDTau = value; } } |
2827 | 2837 | ||
2828 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } | 2838 | public override float PIDHoverHeight { set { m_PIDHoverHeight = value; ; } } |
2829 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } | 2839 | public override bool PIDHoverActive { set { m_useHoverPID = value; } } |
2830 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } | 2840 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } |