From bf8ffc7a0ca9411bd12b96d19075058e79b6c5e3 Mon Sep 17 00:00:00 2001
From: Adam Frisby
Date: Sat, 12 Jan 2008 03:17:28 +0000
Subject: * For your enjoyment, some RAdmin improvements, namely a new
LoadHeightmap method.
---
OpenSim/Region/Environment/Scenes/Scene.cs | 9 +++++++++
1 file changed, 9 insertions(+)
(limited to 'OpenSim/Region')
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index d8733f4..5278202 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -775,6 +775,15 @@ namespace OpenSim.Region.Environment.Scenes
}
///
+ /// Loads a world map from a specified R32 file
+ ///
+ /// A working R32 file
+ public void LoadWorldMap(string filename)
+ {
+ Terrain.LoadFromFileF32(filename);
+ }
+
+ ///
/// Loads the World heightmap
///
///
--
cgit v1.1