aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Constants.cs
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-11-07 12:42:34 +1000
committerDavid Walter Seikel2016-11-07 12:42:34 +1000
commitc7ae1223c0a873d5a8a8ec36305ec59e2ebf3463 (patch)
treefd641ad9b635a980cfe2bd3026b255722b123208 /OpenSim/Framework/Constants.cs
parentMore config path fixes. (diff)
downloadopensim-SC_OLD-c7ae1223c0a873d5a8a8ec36305ec59e2ebf3463.zip
opensim-SC_OLD-c7ae1223c0a873d5a8a8ec36305ec59e2ebf3463.tar.gz
opensim-SC_OLD-c7ae1223c0a873d5a8a8ec36305ec59e2ebf3463.tar.bz2
opensim-SC_OLD-c7ae1223c0a873d5a8a8ec36305ec59e2ebf3463.tar.xz
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.
Diffstat (limited to 'OpenSim/Framework/Constants.cs')
-rw-r--r--OpenSim/Framework/Constants.cs2
1 files changed, 1 insertions, 1 deletions
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
34 // DO NOT USE THIS FOR ANY NEW CODE. Use Scene.RegionInfo.RegionSize[XYZ] as a region might not 34 // DO NOT USE THIS FOR ANY NEW CODE. Use Scene.RegionInfo.RegionSize[XYZ] as a region might not
35 // be the legacy region size. 35 // be the legacy region size.
36 public const uint RegionSize = 256; 36 public const uint RegionSize = 256;
37 public const uint RegionHeight = 4096; 37 public const uint RegionHeight = 16384;
38 // This could be a parameters but, really, a region of greater than this is pretty unmanageable 38 // This could be a parameters but, really, a region of greater than this is pretty unmanageable
39 public const uint MaximumRegionSize = 8192; 39 public const uint MaximumRegionSize = 8192;
40 40