mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
try to implement core load oar options
This commit is contained in:
@@ -59,6 +59,8 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// <param name="stream"></param>
|
||||
void LoadFromStream(string filename, Stream stream);
|
||||
void LoadFromStream(string filename, System.Uri pathToTerrainHeightmap);
|
||||
void LoadFromStream(string filename, Vector3 displacement,
|
||||
float radianRotation, Vector2 rotationDisplacement, Stream stream);
|
||||
/// <summary>
|
||||
/// Save a terrain to a stream.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user