Chunks
Moddable voxel sandbox for room-scale VR.
|
Provides a noise module that outputs 3-dimensional ridged-multifractal noise. [GENERATOR] More...
Public Member Functions | |
RiggedMultifractal () | |
Initializes a new instance of RiggedMultifractal. More... | |
RiggedMultifractal (double frequency, double lacunarity, int octaves, int seed, QualityMode quality) | |
Initializes a new instance of RiggedMultifractal. More... | |
override double | GetValue (double x, double y, double z) |
Returns the output value for the given input coordinates. More... | |
Public Member Functions inherited from LibNoise.ModuleBase | |
double | GetValue (Vector3 coordinate) |
Returns the output value for the given input coordinates. More... | |
double | GetValue (ref Vector3 coordinate) |
Returns the output value for the given input coordinates. More... | |
void | Dispose () |
Immediately releases the unmanaged resources used by this object. More... | |
Properties | |
double | Frequency [get, set] |
Gets or sets the frequency of the first octave. More... | |
double | Lacunarity [get, set] |
Gets or sets the lacunarity of the ridged-multifractal noise. More... | |
QualityMode | Quality [get, set] |
Gets or sets the quality of the ridged-multifractal noise. More... | |
int | OctaveCount [get, set] |
Gets or sets the number of octaves of the ridged-multifractal noise. More... | |
int | Seed [get, set] |
Gets or sets the seed of the ridged-multifractal noise. More... | |
Properties inherited from LibNoise.ModuleBase | |
virtual ModuleBase | this[int index] [get, set] |
Gets or sets a source module by index. More... | |
int | SourceModuleCount [get] |
Gets the number of source modules required by this noise module. More... | |
bool | IsDisposed [get] |
Gets a value whether the object is disposed. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from LibNoise.ModuleBase | |
ModuleBase (int count) | |
Initializes a new instance of Helpers. More... | |
virtual bool | Disposing () |
Immediately releases the unmanaged resources used by this object. More... | |
Protected Attributes inherited from LibNoise.ModuleBase | |
ModuleBase[] | m_modules = null |
Provides a noise module that outputs 3-dimensional ridged-multifractal noise. [GENERATOR]
LibNoise.Generator.RiggedMultifractal.RiggedMultifractal | ( | ) |
Initializes a new instance of RiggedMultifractal.
LibNoise.Generator.RiggedMultifractal.RiggedMultifractal | ( | double | frequency, |
double | lacunarity, | ||
int | octaves, | ||
int | seed, | ||
QualityMode | quality | ||
) |
Initializes a new instance of RiggedMultifractal.
frequency | The frequency of the first octave. |
lacunarity | The lacunarity of the ridged-multifractal noise. |
octaves | The number of octaves of the ridged-multifractal noise. |
seed | The seed of the ridged-multifractal noise. |
quality | The quality of the ridged-multifractal noise. |
|
virtual |
Returns the output value for the given input coordinates.
x | The input coordinate on the x-axis. |
y | The input coordinate on the y-axis. |
z | The input coordinate on the z-axis. |
Implements LibNoise.ModuleBase.
|
getset |
Gets or sets the frequency of the first octave.
|
getset |
Gets or sets the lacunarity of the ridged-multifractal noise.
|
getset |
Gets or sets the number of octaves of the ridged-multifractal noise.
|
getset |
Gets or sets the quality of the ridged-multifractal noise.
|
getset |
Gets or sets the seed of the ridged-multifractal noise.