mirror of
https://github.com/opensim/opensim.git
synced 2026-08-16 19:05:41 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58b7b39db6 | ||
|
|
0509d7de9b |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user