remove some MegaRegions code from physics

This commit is contained in:
UbitUmarov
2016-09-01 16:15:51 +01:00
parent fced64aef5
commit 6c6a965320
4 changed files with 0 additions and 78 deletions

View File

@@ -332,15 +332,6 @@ namespace OpenSim.Region.PhysicsModules.SharedBase
return false;
}
public virtual bool SupportsCombining()
{
return false;
}
public virtual void Combine(PhysicsScene pScene, Vector3 offset, Vector3 extents) {}
public virtual void CombineTerrain(float[] heightMap, Vector3 pOffset) {}
public virtual void UnCombine(PhysicsScene pScene) {}
/// <summary>
/// Queue a raycast against the physics scene.
/// The provided callback method will be called when the raycast is complete