mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* Added time dilation property to Scene
* Default Terrain algorithm now produces something slightly less mountainous. * Fixed lolcat
This commit is contained in:
@@ -1128,6 +1128,10 @@ namespace OpenSim.Region.Terrain
|
||||
heightmap.HillsSpheres(200, 20, 40, true, true, false);
|
||||
heightmap.Normalise();
|
||||
heightmap *= 60.0; // Raise to 60m
|
||||
heightmap.Clip(0.0, 25.0);
|
||||
heightmap.Pertubation(2.5);
|
||||
heightmap.Smooth(35.0);
|
||||
heightmap.Normalise(0.0, 21.0);
|
||||
}
|
||||
|
||||
tainted++;
|
||||
|
||||
Reference in New Issue
Block a user