aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/SharedBase
diff options
context:
space:
mode:
authorUbitUmarov2016-09-01 16:15:51 +0100
committerUbitUmarov2016-09-01 16:15:51 +0100
commit6c6a965320951250e7cbcc8c9875cab4b603bc76 (patch)
treed0f89e9ad2bc6193850a65d2f287229a54b9e74c /OpenSim/Region/PhysicsModules/SharedBase
parentchange asset upload retry timer AutoReset back to true (diff)
downloadopensim-SC_OLD-6c6a965320951250e7cbcc8c9875cab4b603bc76.zip
opensim-SC_OLD-6c6a965320951250e7cbcc8c9875cab4b603bc76.tar.gz
opensim-SC_OLD-6c6a965320951250e7cbcc8c9875cab4b603bc76.tar.bz2
opensim-SC_OLD-6c6a965320951250e7cbcc8c9875cab4b603bc76.tar.xz
remove some MegaRegions code from physics
Diffstat (limited to 'OpenSim/Region/PhysicsModules/SharedBase')
-rw-r--r--OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs
index 65d8867..aa51c4e 100644
--- a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs
+++ b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsScene.cs
@@ -332,15 +332,6 @@ namespace OpenSim.Region.PhysicsModules.SharedBase
332 return false; 332 return false;
333 } 333 }
334 334
335 public virtual bool SupportsCombining()
336 {
337 return false;
338 }
339
340 public virtual void Combine(PhysicsScene pScene, Vector3 offset, Vector3 extents) {}
341 public virtual void CombineTerrain(float[] heightMap, Vector3 pOffset) {}
342 public virtual void UnCombine(PhysicsScene pScene) {}
343
344 /// <summary> 335 /// <summary>
345 /// Queue a raycast against the physics scene. 336 /// Queue a raycast against the physics scene.
346 /// The provided callback method will be called when the raycast is complete 337 /// The provided callback method will be called when the raycast is complete