diff options
Diffstat (limited to '')
-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> |