diff options
author | Melanie Thielker | 2008-10-26 23:09:00 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-26 23:09:00 +0000 |
commit | cc48110a03e904974335eb166f8109e0557e4ec4 (patch) | |
tree | b027bf5398e94fba40645fa61ca5acdc9933a668 /OpenSim/Region/Environment/Modules/World/Terrain/TerrainUtil.cs | |
parent | Committing a small fix for EventData along with more plumbing work (diff) | |
download | opensim-SC-cc48110a03e904974335eb166f8109e0557e4ec4.zip opensim-SC-cc48110a03e904974335eb166f8109e0557e4ec4.tar.gz opensim-SC-cc48110a03e904974335eb166f8109e0557e4ec4.tar.bz2 opensim-SC-cc48110a03e904974335eb166f8109e0557e4ec4.tar.xz |
Mantis #2428
Thank you, miceakitsune, for a patch that makes terraforming tools usable again
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World/Terrain/TerrainUtil.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/Terrain/TerrainUtil.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/Terrain/TerrainUtil.cs b/OpenSim/Region/Environment/Modules/World/Terrain/TerrainUtil.cs index 2e6595a..b20ff42 100644 --- a/OpenSim/Region/Environment/Modules/World/Terrain/TerrainUtil.cs +++ b/OpenSim/Region/Environment/Modules/World/Terrain/TerrainUtil.cs | |||
@@ -35,7 +35,7 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain | |||
35 | public static double MetersToSphericalStrength(double size) | 35 | public static double MetersToSphericalStrength(double size) |
36 | { | 36 | { |
37 | //return Math.Pow(2, size); | 37 | //return Math.Pow(2, size); |
38 | return (size + 1) * 2.5; // MCP: a more useful brush size range | 38 | return (size + 1) * 1.35; // MCP: a more useful brush size range |
39 | } | 39 | } |
40 | 40 | ||
41 | public static double SphericalFactor(double x, double y, double rx, double ry, double size) | 41 | public static double SphericalFactor(double x, double y, double rx, double ry, double size) |