diff options
author | Teravus Ovares | 2008-05-03 04:33:17 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-03 04:33:17 +0000 |
commit | 07167c9a3f6d93fddf66e6f252f4a9b3a4fde8de (patch) | |
tree | 7b19dfcf5db2afcd1bbacbf55298f14669b0f615 /OpenSim/Region/Physics/BulletXPlugin | |
parent | Thank you kindly, Melanie for a patch to solve (diff) | |
download | opensim-SC_OLD-07167c9a3f6d93fddf66e6f252f4a9b3a4fde8de.zip opensim-SC_OLD-07167c9a3f6d93fddf66e6f252f4a9b3a4fde8de.tar.gz opensim-SC_OLD-07167c9a3f6d93fddf66e6f252f4a9b3a4fde8de.tar.bz2 opensim-SC_OLD-07167c9a3f6d93fddf66e6f252f4a9b3a4fde8de.tar.xz |
* Committing some collision stuffs that I'm working on.
* Nothing user facing yet.
Diffstat (limited to 'OpenSim/Region/Physics/BulletXPlugin')
-rw-r--r-- | OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs index f3b3a20..9bd5f08 100644 --- a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs +++ b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | |||
@@ -996,6 +996,18 @@ namespace OpenSim.Region.Physics.BulletXPlugin | |||
996 | public override PhysicsVector PIDTarget { set { return; } } | 996 | public override PhysicsVector PIDTarget { set { return; } } |
997 | public override bool PIDActive { set { return; } } | 997 | public override bool PIDActive { set { return; } } |
998 | public override float PIDTau { set { return; } } | 998 | public override float PIDTau { set { return; } } |
999 | public override void SubscribeEvents(int ms) | ||
1000 | { | ||
1001 | |||
1002 | } | ||
1003 | public override void UnSubscribeEvents() | ||
1004 | { | ||
1005 | |||
1006 | } | ||
1007 | public override bool SubscribedEvents() | ||
1008 | { | ||
1009 | return false; | ||
1010 | } | ||
999 | } | 1011 | } |
1000 | 1012 | ||
1001 | /// <summary> | 1013 | /// <summary> |