From c7ae1223c0a873d5a8a8ec36305ec59e2ebf3463 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 7 Nov 2016 12:42:34 +1000 Subject: Sims are 16 km high now, about the maximum before prim jitter starts getting too much. Impy had been modified long ago to 16 km. --- OpenSim/Framework/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Constants.cs') diff --git a/OpenSim/Framework/Constants.cs b/OpenSim/Framework/Constants.cs index 3ba264c..48478b4 100644 --- a/OpenSim/Framework/Constants.cs +++ b/OpenSim/Framework/Constants.cs @@ -34,7 +34,7 @@ namespace OpenSim.Framework // DO NOT USE THIS FOR ANY NEW CODE. Use Scene.RegionInfo.RegionSize[XYZ] as a region might not // be the legacy region size. public const uint RegionSize = 256; - public const uint RegionHeight = 4096; + public const uint RegionHeight = 16384; // This could be a parameters but, really, a region of greater than this is pretty unmanageable public const uint MaximumRegionSize = 8192; -- cgit v1.1