diff options
author | Adam Frisby | 2008-03-09 16:50:09 +0000 |
---|---|---|
committer | Adam Frisby | 2008-03-09 16:50:09 +0000 |
commit | 42e1a6ee951949720357e77d806bb6f04ddc8006 (patch) | |
tree | d4628a06d534025faacac746d2f4b27e7783df6a /OpenSim/Region/Environment/Modules/Terrain/PaintBrushes/OlsenSphere.cs | |
parent | * Fixed the Link + Duplicate + Unlink both = 'ODE Invalid Argument in Collisi... (diff) | |
download | opensim-SC-42e1a6ee951949720357e77d806bb6f04ddc8006.zip opensim-SC-42e1a6ee951949720357e77d806bb6f04ddc8006.tar.gz opensim-SC-42e1a6ee951949720357e77d806bb6f04ddc8006.tar.bz2 opensim-SC-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.cs | 2 |
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 |