diff options
Diffstat (limited to 'OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs')
-rw-r--r-- | OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs index 2d35ff0..940c9bc 100644 --- a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs +++ b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | |||
@@ -364,6 +364,12 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
364 | 364 | ||
365 | } | 365 | } |
366 | 366 | ||
367 | public override void SetVolumeDetect(int param) | ||
368 | { | ||
369 | |||
370 | } | ||
371 | |||
372 | |||
367 | public override PhysicsVector CenterOfMass | 373 | public override PhysicsVector CenterOfMass |
368 | { | 374 | { |
369 | get { return PhysicsVector.Zero; } | 375 | get { return PhysicsVector.Zero; } |
@@ -715,6 +721,11 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
715 | 721 | ||
716 | } | 722 | } |
717 | 723 | ||
724 | public override void SetVolumeDetect(int param) | ||
725 | { | ||
726 | |||
727 | } | ||
728 | |||
718 | public override PhysicsVector CenterOfMass | 729 | public override PhysicsVector CenterOfMass |
719 | { | 730 | { |
720 | get { return PhysicsVector.Zero; } | 731 | get { return PhysicsVector.Zero; } |