| Package | Description |
|---|---|
| com.flowpowered.noise | |
| com.flowpowered.noise.module.source |
| Modifier and Type | Method and Description |
|---|---|
static NoiseQuality |
NoiseQuality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NoiseQuality[] |
NoiseQuality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
Noise.gradientCoherentNoise3D(double x,
double y,
double z,
int seed,
NoiseQuality quality)
Generates a gradient-coherent-noise value from the coordinates of a three-dimensional input value.
|
static double |
Noise.valueCoherentNoise3D(double x,
double y,
double z,
int seed,
NoiseQuality quality)
Generates a value-coherent-noise value from the coordinates of a three-dimensional input value.
|
| Modifier and Type | Field and Description |
|---|---|
static NoiseQuality |
Billow.DEFAULT_BILLOW_QUALITY |
static NoiseQuality |
Perlin.DEFAULT_PERLIN_QUALITY |
static NoiseQuality |
RidgedMulti.DEFAULT_RIDGED_QUALITY |
| Modifier and Type | Method and Description |
|---|---|
NoiseQuality |
RidgedMulti.getNoiseQuality() |
NoiseQuality |
Perlin.getNoiseQuality() |
NoiseQuality |
Billow.getQuality() |
| Modifier and Type | Method and Description |
|---|---|
void |
RidgedMulti.setNoiseQuality(NoiseQuality noiseQuality) |
void |
Perlin.setNoiseQuality(NoiseQuality noiseQuality) |
void |
Billow.setQuality(NoiseQuality quality) |
Copyright © 2013–2017 Flow Powered. All rights reserved.