mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
remove the noise part on the PinHeadIsland. why to want something that
does not compress well on island?
This commit is contained in:
@@ -402,7 +402,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
for (int y = 0; y < Height; y++)
|
||||
{
|
||||
h = (float)TerrainUtil.PerlinNoise2D(x, y, 2, 0.125) * 10;
|
||||
// h = (float)TerrainUtil.PerlinNoise2D(x, y, 2, 0.125) * 10;
|
||||
h = 1.0f;
|
||||
float spherFacA = (float)(TerrainUtil.SphericalFactor(x, y, cx, cy, 50) * 0.01d);
|
||||
float spherFacB = (float)(TerrainUtil.SphericalFactor(x, y, cx, cy, 100) * 0.001d);
|
||||
if (h < spherFacA)
|
||||
|
||||
Reference in New Issue
Block a user