Mantis #2428
Thank you, miceakitsune, for a patch that makes terraforming tools usable again0.6.0-stable
parent
f7e44250bf
commit
cc48110a03
|
@ -42,7 +42,7 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain.PaintBrushes
|
||||||
|
|
||||||
double area = strength;
|
double area = strength;
|
||||||
double step = strength / 4.0;
|
double step = strength / 4.0;
|
||||||
duration = 0.0045; //MCP Should be read from ini file
|
duration = 0.03; //MCP Should be read from ini file
|
||||||
|
|
||||||
|
|
||||||
// compute delta map
|
// compute delta map
|
||||||
|
|
|
@ -35,7 +35,7 @@ namespace OpenSim.Region.Environment.Modules.World.Terrain
|
||||||
public static double MetersToSphericalStrength(double size)
|
public static double MetersToSphericalStrength(double size)
|
||||||
{
|
{
|
||||||
//return Math.Pow(2, size);
|
//return Math.Pow(2, size);
|
||||||
return (size + 1) * 2.5; // MCP: a more useful brush size range
|
return (size + 1) * 1.35; // MCP: a more useful brush size range
|
||||||
}
|
}
|
||||||
|
|
||||||
public static double SphericalFactor(double x, double y, double rx, double ry, double size)
|
public static double SphericalFactor(double x, double y, double rx, double ry, double size)
|
||||||
|
|
Loading…
Reference in New Issue