Compare commits

...

2 Commits

Author SHA1 Message Date
Ubit Umarov
58b7b39db6 Merge pull request #60 from Tampa/Sim_height_like_viewer
Sync max sim height with viewer limit
2026-08-16 01:36:41 +01:00
Vincent Sylvester
0509d7de9b Sync max sim height with viewer limit 2026-08-15 22:33:38 +02:00

View File

@@ -57,7 +57,7 @@ namespace OpenSim.Framework
public const int LandUnit = 4; // parcels only have sizes multiple of this
public const float MinSimulationHeight = -100f;
public const float MaxSimulationHeight = 50000f;
public const float MaxSimulationHeight = 65536f;
public const float MinTerrainHeightmap = -100f;
public const float MaxTerrainHeightmap = 4000f;
public const float MinWaterHeight = 0;