Changes to TerrainModule/ITerrainModule to support importing OARs with different Region sizes to the destination region.

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Jak Daniels
2015-11-18 18:18:30 +00:00
committed by UbitUmarov
parent 7cac0ccbe3
commit cc992bf156
2 changed files with 33 additions and 0 deletions

View File

@@ -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);
/// <summary>
/// Save a terrain to a stream.
/// </summary>