diff options
author | Teravus Ovares | 2008-12-09 11:11:16 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-12-09 11:11:16 +0000 |
commit | 3844e73d2742f4dee633bd2b5a8eb7e1a0d524f9 (patch) | |
tree | 11762c8bd9aa512d52de004e46e83a1e8e51e8a9 /OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | |
parent | clean up some old debugging code (diff) | |
download | opensim-SC_OLD-3844e73d2742f4dee633bd2b5a8eb7e1a0d524f9.zip opensim-SC_OLD-3844e73d2742f4dee633bd2b5a8eb7e1a0d524f9.tar.gz opensim-SC_OLD-3844e73d2742f4dee633bd2b5a8eb7e1a0d524f9.tar.bz2 opensim-SC_OLD-3844e73d2742f4dee633bd2b5a8eb7e1a0d524f9.tar.xz |
* Gerhard's patch m2781. Does some initial work for setting up llVolumeDetect.
* Warning! Physics API change. This means that the NBodySimulation needs to be updated!
* PhysicsActor -> void SetVolumeDetect(int) needs to go into classes that use PhysicsActor as their base class.
Diffstat (limited to 'OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs')
-rw-r--r-- | OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs index 9e7b459..20c556f 100644 --- a/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs +++ b/OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | |||
@@ -971,6 +971,11 @@ namespace OpenSim.Region.Physics.BulletXPlugin | |||
971 | 971 | ||
972 | } | 972 | } |
973 | 973 | ||
974 | public override void SetVolumeDetect(int param) | ||
975 | { | ||
976 | |||
977 | } | ||
978 | |||
974 | public override PhysicsVector CenterOfMass | 979 | public override PhysicsVector CenterOfMass |
975 | { | 980 | { |
976 | get { return PhysicsVector.Zero; } | 981 | get { return PhysicsVector.Zero; } |