#include <noise.h>
◆ NoiseParams() [1/2]
| NoiseParams::NoiseParams |
( |
| ) |
|
|
default |
◆ NoiseParams() [2/2]
| NoiseParams::NoiseParams |
( |
float | offset_, |
|
|
float | scale_, |
|
|
const v3f & | spread_, |
|
|
s32 | seed_, |
|
|
u16 | octaves_, |
|
|
float | persist_, |
|
|
float | lacunarity_, |
|
|
u32 | flags_ = NOISE_FLAG_DEFAULTS ) |
|
inline |
◆ flags
◆ lacunarity
| float NoiseParams::lacunarity = 2.0f |
◆ octaves
| u16 NoiseParams::octaves = 3 |
Referenced by NoiseParams(), check_noise_params(), LuaValueNoise::create_object(), Settings::getNoiseParamsFromGroup(), Settings::getNoiseParamsFromValue(), ModApiEnv::l_get_value_noise(), NoiseFractal2D(), NoiseFractal3D(), push_noiseparams(), read_noiseparams(), Settings::setNoiseParams(), and TestSettings::testAllSettings().
◆ offset
| float NoiseParams::offset = 0.0f |
◆ persist
| float NoiseParams::persist = 0.6f |
Referenced by NoiseParams(), check_noise_params(), LuaValueNoise::create_object(), Settings::getNoiseParamsFromGroup(), Settings::getNoiseParamsFromValue(), ModApiEnv::l_get_value_noise(), NoiseFractal2D(), NoiseFractal3D(), push_noiseparams(), read_noiseparams(), Settings::setNoiseParams(), and TestSettings::testAllSettings().
◆ scale
| float NoiseParams::scale = 1.0f |
◆ seed
| s32 NoiseParams::seed = 12345 |
Referenced by NoiseParams(), check_noise_params(), LuaValueNoise::create_object(), Settings::getNoiseParamsFromGroup(), Settings::getNoiseParamsFromValue(), ModApiEnv::l_get_value_noise(), NoiseFractal2D(), NoiseFractal3D(), push_noiseparams(), read_noiseparams(), Settings::setNoiseParams(), and TestSettings::testAllSettings().
◆ spread
| v3f NoiseParams::spread = v3f(250, 250, 250) |
Referenced by NoiseParams(), check_noise_params(), LuaValueNoise::create_object(), Settings::getNoiseParamsFromGroup(), Settings::getNoiseParamsFromValue(), ModApiEnv::l_get_value_noise(), NoiseFractal2D(), NoiseFractal2D_PO(), NoiseFractal3D(), NoiseFractal3D_PO(), push_noiseparams(), read_noiseparams(), Settings::setNoiseParams(), and TestSettings::testAllSettings().
The documentation for this struct was generated from the following file: