aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Terrain/PaintBrushes/OlsenSphere.cs
diff options
context:
space:
mode:
authorAdam Frisby2008-03-09 16:50:09 +0000
committerAdam Frisby2008-03-09 16:50:09 +0000
commit42e1a6ee951949720357e77d806bb6f04ddc8006 (patch)
treed4628a06d534025faacac746d2f4b27e7783df6a /OpenSim/Region/Environment/Modules/Terrain/PaintBrushes/OlsenSphere.cs
parent* Fixed the Link + Duplicate + Unlink both = 'ODE Invalid Argument in Collisi... (diff)
downloadopensim-SC_OLD-42e1a6ee951949720357e77d806bb6f04ddc8006.zip
opensim-SC_OLD-42e1a6ee951949720357e77d806bb6f04ddc8006.tar.gz
opensim-SC_OLD-42e1a6ee951949720357e77d806bb6f04ddc8006.tar.bz2
opensim-SC_OLD-42e1a6ee951949720357e77d806bb6f04ddc8006.tar.xz
* 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.
Diffstat (limited to 'OpenSim/Region/Environment/Modules/Terrain/PaintBrushes/OlsenSphere.cs')
-rw-r--r--OpenSim/Region/Environment/Modules/Terrain/PaintBrushes/OlsenSphere.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Terrain/PaintBrushes/OlsenSphere.cs b/OpenSim/Region/Environment/Modules/Terrain/PaintBrushes/OlsenSphere.cs
index 937309b..8855ce7 100644
--- a/OpenSim/Region/Environment/Modules/Terrain/PaintBrushes/OlsenSphere.cs
+++ b/OpenSim/Region/Environment/Modules/Terrain/PaintBrushes/OlsenSphere.cs
@@ -40,7 +40,7 @@ namespace OpenSim.Region.Environment.Modules.Terrain.PaintBrushes
40 { 40 {
41 NeighbourSystem type = NeighbourSystem.Moore; // Parameter 41 NeighbourSystem type = NeighbourSystem.Moore; // Parameter
42 42
43 double nConst = 256.0; 43 double nConst = 1024.0;
44 44
45 #region Supporting Functions 45 #region Supporting Functions
46 private enum NeighbourSystem 46 private enum NeighbourSystem