* Fix to the OlsenSphere brush to make it more powerful.

* W.I.P: Hydraulic Erosion (Spherical) paintbrush - code is all there, but some work is required on the initial parameters to get it to function correctly. Replaces the smooth brush when `newbrushes` is switched on.
This commit is contained in:
Adam Frisby
2008-03-09 16:50:09 +00:00
parent 5b6eba968b
commit 42e1a6ee95
3 changed files with 341 additions and 1 deletions

View File

@@ -337,6 +337,7 @@ namespace OpenSim.Region.Environment.Modules.Terrain
{
m_painteffects[StandardTerrainEffects.Revert] = new PaintBrushes.WeatherSphere();
m_painteffects[StandardTerrainEffects.Flatten] = new PaintBrushes.OlsenSphere();
m_painteffects[StandardTerrainEffects.Smooth] = new PaintBrushes.ErodeSphere();
}
else
{