From cc992bf156ff9585e3a2f6a761711bf193d42eed Mon Sep 17 00:00:00 2001 From: Jak Daniels Date: Wed, 18 Nov 2015 18:18:30 +0000 Subject: Changes to TerrainModule/ITerrainModule to support importing OARs with different Region sizes to the destination region. Signed-off-by: UbitUmarov --- OpenSim/Region/Framework/Interfaces/ITerrainModule.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Region/Framework/Interfaces/ITerrainModule.cs') diff --git a/OpenSim/Region/Framework/Interfaces/ITerrainModule.cs b/OpenSim/Region/Framework/Interfaces/ITerrainModule.cs index b8c313a..2d33f51 100644 --- a/OpenSim/Region/Framework/Interfaces/ITerrainModule.cs +++ b/OpenSim/Region/Framework/Interfaces/ITerrainModule.cs @@ -60,6 +60,8 @@ namespace OpenSim.Region.Framework.Interfaces void LoadFromStream(string filename, System.Uri pathToTerrainHeightmap); void LoadFromStream(string filename, Vector3 displacement, float radianRotation, Vector2 rotationDisplacement, Stream stream); + void LoadFromStream(string filename, Vector3 displacement, + float rotationDegress, Vector2 boundingOrigin, Vector2 boundingSize, Stream stream); /// /// Save a terrain to a stream. /// -- cgit v1.1