diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs index f22ea71..977b463 100644 --- a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs +++ b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs | |||
@@ -566,6 +566,11 @@ namespace OpenSim.Region.Physics.BulletDotNETPlugin | |||
566 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } | 566 | public override PIDHoverType PIDHoverType { set { m_PIDHoverType = value; } } |
567 | public override float PIDHoverTau { set { m_PIDHoverTau = value; } } | 567 | public override float PIDHoverTau { set { m_PIDHoverTau = value; } } |
568 | 568 | ||
569 | public override Quaternion APIDTarget { set { return; } } | ||
570 | public override bool APIDActive { set { return; } } | ||
571 | public override float APIDStrength { set { return; } } | ||
572 | public override float APIDDamping { set { return; } } | ||
573 | |||
569 | 574 | ||
570 | public override void AddForce(PhysicsVector force, bool pushforce) | 575 | public override void AddForce(PhysicsVector force, bool pushforce) |
571 | { | 576 | { |