aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Terrain/PaintBrushes/ErodeSphere.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-03-181-27/+27
|
* * Refactored some terrain brushes to move out some common functions into ↵Adam Frisby2008-03-121-40/+3
| | | | | | | TerrainUtil class. More needs doing. * Adjusted strength of brushes to Math.Pow(2,size), this should in theory work closer to how it was before.
* * Fix for hydraulic erosion brush. Still not working as planned, but getting ↵Adam Frisby2008-03-091-9/+19
| | | | closer. Bugs may be due to the water distribution pattern.
* Update svn properties.Jeff Ames2008-03-091-339/+339
|
* * Fix to the OlsenSphere brush to make it more powerful.Adam Frisby2008-03-091-0/+339
* 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.