diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs index 8da9687..d7aed3c 100644 --- a/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs +++ b/OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs | |||
@@ -627,6 +627,12 @@ namespace OpenSim.Region.Physics.BulletDotNETPlugin | |||
627 | { | 627 | { |
628 | set { return; } | 628 | set { return; } |
629 | } | 629 | } |
630 | |||
631 | public override Quaternion APIDTarget { set { return; } } | ||
632 | public override bool APIDActive { set { return; } } | ||
633 | public override float APIDStrength { set { return; } } | ||
634 | public override float APIDDamping { set { return; } } | ||
635 | |||
630 | 636 | ||
631 | /// <summary> | 637 | /// <summary> |
632 | /// Adds the force supplied to the Target Velocity | 638 | /// Adds the force supplied to the Target Velocity |