aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-03-25 03:36:31 +0000
committerTeravus Ovares2008-03-25 03:36:31 +0000
commita21112cceedfc93840b935feae4ad8725c4afb48 (patch)
tree43efce03cfc00168c04579e1cf3611eebde8ebde /OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
parentAdded monodevelop support to runprebuild.sh (diff)
downloadopensim-SC_OLD-a21112cceedfc93840b935feae4ad8725c4afb48.zip
opensim-SC_OLD-a21112cceedfc93840b935feae4ad8725c4afb48.tar.gz
opensim-SC_OLD-a21112cceedfc93840b935feae4ad8725c4afb48.tar.bz2
opensim-SC_OLD-a21112cceedfc93840b935feae4ad8725c4afb48.tar.xz
* Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin.
* It doesn't generate at_target events, because they don't exist yet in the script engine. * The Tau is different, however, compatible with scripts I tested. * Not perfect... but pretty good.
Diffstat (limited to 'OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs')
-rw-r--r--OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
index f100ab0..bc777e2 100644
--- a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
+++ b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
@@ -992,6 +992,9 @@ namespace OpenSim.Region.Physics.BulletXPlugin
992 { 992 {
993 993
994 } 994 }
995 public override PhysicsVector PIDTarget { set { return; } }
996 public override bool PIDActive { set { return; } }
997 public override float PIDTau { set { return; } }
995 } 998 }
996 999
997 /// <summary> 1000 /// <summary>