From 800081270020e60c612cee9521d18bb4388afdd5 Mon Sep 17 00:00:00 2001 From: Teravus Ovares (Dan Olivares) Date: Sat, 15 Aug 2009 13:10:10 -0400 Subject: * part one of adding physics combining --- OpenSim/Region/Physics/Manager/PhysicsScene.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'OpenSim/Region/Physics/Manager') diff --git a/OpenSim/Region/Physics/Manager/PhysicsScene.cs b/OpenSim/Region/Physics/Manager/PhysicsScene.cs index 6937a25..139f898 100644 --- a/OpenSim/Region/Physics/Manager/PhysicsScene.cs +++ b/OpenSim/Region/Physics/Manager/PhysicsScene.cs @@ -162,6 +162,16 @@ namespace OpenSim.Region.Physics.Manager return false; } + public virtual bool SupportsCombining() + { + return false; + } + + public virtual void Combine(PhysicsScene pScene, Vector3 offset) + { + return; + } + /// /// Queue a raycast against the physics scene. /// The provided callback method will be called when the raycast is complete -- cgit v1.1