public class NoiseHeight
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
depth |
double |
scale |
static NoiseHeight |
ZERO |
| Constructor and Description |
|---|
NoiseHeight(double scale,
double depth)
Constructs a container for scale and depth values for shaping terrain.
|
public static final NoiseHeight ZERO
public final double scale
public final double depth