diff options
author | Jak Daniels | 2015-11-18 18:18:30 +0000 |
---|---|---|
committer | UbitUmarov | 2015-11-22 01:32:36 +0000 |
commit | cc992bf156ff9585e3a2f6a761711bf193d42eed (patch) | |
tree | d08b8b933001457aabb70cddcf3a2b98acf2d392 /OpenSim/Region/Framework/Interfaces/ITerrainModule.cs | |
parent | Changes to TerrainChannel/ITerrainChannel to support importing OARs with diff... (diff) | |
download | opensim-SC-cc992bf156ff9585e3a2f6a761711bf193d42eed.zip opensim-SC-cc992bf156ff9585e3a2f6a761711bf193d42eed.tar.gz opensim-SC-cc992bf156ff9585e3a2f6a761711bf193d42eed.tar.bz2 opensim-SC-cc992bf156ff9585e3a2f6a761711bf193d42eed.tar.xz |
Changes to TerrainModule/ITerrainModule to support importing OARs with different Region sizes to the destination region.
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/ITerrainModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/ITerrainModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
60 | void LoadFromStream(string filename, System.Uri pathToTerrainHeightmap); | 60 | void LoadFromStream(string filename, System.Uri pathToTerrainHeightmap); |
61 | void LoadFromStream(string filename, Vector3 displacement, | 61 | void LoadFromStream(string filename, Vector3 displacement, |
62 | float radianRotation, Vector2 rotationDisplacement, Stream stream); | 62 | float radianRotation, Vector2 rotationDisplacement, Stream stream); |
63 | void LoadFromStream(string filename, Vector3 displacement, | ||
64 | float rotationDegress, Vector2 boundingOrigin, Vector2 boundingSize, Stream stream); | ||
63 | /// <summary> | 65 | /// <summary> |
64 | /// Save a terrain to a stream. | 66 | /// Save a terrain to a stream. |
65 | /// </summary> | 67 | /// </summary> |