diff options
author | KittoFlora | 2009-10-26 00:10:23 +0100 |
---|---|---|
committer | KittoFlora | 2009-10-26 00:10:23 +0100 |
commit | 8428b25939d39711e732eeb3928e8a8e64aad8a9 (patch) | |
tree | 4431c6743c579dcaa83a5f979496ccc574ae25e3 /OpenSim/Region/Physics/BulletDotNETPlugin | |
parent | Commented out instrumentation in ODEPrim.cs (diff) | |
download | opensim-SC_OLD-8428b25939d39711e732eeb3928e8a8e64aad8a9.zip opensim-SC_OLD-8428b25939d39711e732eeb3928e8a8e64aad8a9.tar.gz opensim-SC_OLD-8428b25939d39711e732eeb3928e8a8e64aad8a9.tar.bz2 opensim-SC_OLD-8428b25939d39711e732eeb3928e8a8e64aad8a9.tar.xz |
Add llRotLookat pt1.
Diffstat (limited to 'OpenSim/Region/Physics/BulletDotNETPlugin')
-rw-r--r-- | OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETCharacter.cs | 6 | ||||
-rw-r--r-- | OpenSim/Region/Physics/BulletDotNETPlugin/BulletDotNETPrim.cs | 5 |
2 files changed, 11 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 |
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 | { |