Noisex.Options (Noisex v0.1.1) View Source
Options available when initializing the noise.
Link to this section Summary
Link to this section Types
Specs
interpolation() :: :linear | :quintic | :hermite
Specs
noise() :: :perlin | :simplex | :white | :cubic | :value | :cellular | :simplex_fractal | :perin_fractal | :cubic_fractal | :value_fractal
Noise types available.
:simplexand:simplex_fractalare actually OpenSimplex.
Specs
t() :: %Noisex.Options{
cellular_options: Noisex.Options.Cellular.t(),
fractal_options: Noisex.Options.Fractal.t(),
frequency: float(),
interpolation: interpolation(),
noise_type: noise(),
seed: non_neg_integer()
}