Expand description
Noise modifiers.
Modules§
- OpenSimplex2 noise functions and combinators.
Structs§
- Fractal Brownian motion (fBm) noise.
- Modifies a noise with a frequency multiplier.
- Multiplies the seed by
value
. - Modifies a noise to create a peak at value 0.
- Wraps a noise with a seed.
- Creates a tileable 2D noise from a 4D noise.
- Generates fractal noise and applies a triangle wave to the output of a base noise function.
- Modifies a fractal noise to make successive octaves have less impact the lower the output value of the previous one was.
Functions§
- Calculates the
fractal_bounding
property forFbm
.