diff options
author | Teravus Ovares | 2008-05-25 11:22:05 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-05-25 11:22:05 +0000 |
commit | 042c9ed4d82e4389ec929f5438e82defad251235 (patch) | |
tree | 002d741e83cec0ee1a715603af7af5aacb5d079a /OpenSim/Region/Physics/BulletXPlugin | |
parent | * phantom sculpties don't request the sculpt texture anymore. (diff) | |
download | opensim-SC_OLD-042c9ed4d82e4389ec929f5438e82defad251235.zip opensim-SC_OLD-042c9ed4d82e4389ec929f5438e82defad251235.tar.gz opensim-SC_OLD-042c9ed4d82e4389ec929f5438e82defad251235.tar.bz2 opensim-SC_OLD-042c9ed4d82e4389ec929f5438e82defad251235.tar.xz |
* Adds Top Colliders when using ODE. Access it from the estate tools/debug tab.
Diffstat (limited to 'OpenSim/Region/Physics/BulletXPlugin')
-rw-r--r-- | OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs index fcff04e..1fa759c 100644 --- a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs +++ b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | |||
@@ -549,6 +549,12 @@ namespace OpenSim.Region.Physics.BulletXPlugin | |||
549 | 549 | ||
550 | } | 550 | } |
551 | 551 | ||
552 | public override Dictionary<uint, float> GetTopColliders() | ||
553 | { | ||
554 | Dictionary<uint, float> returncolliders = new Dictionary<uint, float>(); | ||
555 | return returncolliders; | ||
556 | } | ||
557 | |||
552 | public override void SetWaterLevel(float baseheight) | 558 | public override void SetWaterLevel(float baseheight) |
553 | { | 559 | { |
554 | 560 | ||
@@ -917,6 +923,7 @@ namespace OpenSim.Region.Physics.BulletXPlugin | |||
917 | public override float CollisionScore | 923 | public override float CollisionScore |
918 | { | 924 | { |
919 | get { return 0f; } | 925 | get { return 0f; } |
926 | set { } | ||
920 | } | 927 | } |
921 | public override PhysicsVector Size | 928 | public override PhysicsVector Size |
922 | { | 929 | { |