aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
diff options
context:
space:
mode:
authorKittoFlora2009-10-26 00:10:23 +0100
committerKittoFlora2009-10-26 00:10:23 +0100
commit8428b25939d39711e732eeb3928e8a8e64aad8a9 (patch)
tree4431c6743c579dcaa83a5f979496ccc574ae25e3 /OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
parentCommented out instrumentation in ODEPrim.cs (diff)
downloadopensim-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/BulletXPlugin/BulletXPlugin.cs')
-rw-r--r--OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs20
1 files changed, 20 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
index abed8df..14b8f39 100644
--- a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
+++ b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs
@@ -1236,6 +1236,26 @@ namespace OpenSim.Region.Physics.BulletXPlugin
1236 public override PIDHoverType PIDHoverType { set { return; } } 1236 public override PIDHoverType PIDHoverType { set { return; } }
1237 public override float PIDHoverTau { set { return; } } 1237 public override float PIDHoverTau { set { return; } }
1238 1238
1239 public override OpenMetaverse.Quaternion APIDTarget
1240 {
1241 set { return; }
1242 }
1243
1244 public override bool APIDActive
1245 {
1246 set { return; }
1247 }
1248
1249 public override float APIDStrength
1250 {
1251 set { return; }
1252 }
1253
1254 public override float APIDDamping
1255 {
1256 set { return; }
1257 }
1258
1239 1259
1240 public override void SubscribeEvents(int ms) 1260 public override void SubscribeEvents(int ms)
1241 { 1261 {