Api FractalParameters
class

FractalParameters

public class FractalParameters : Parameters

Parameters for constructing a fractal noise field, which layers multiple octaves of a noise function with increasing frequency and reducing amplitudes.

Constructors

FractalParameters(Int32 Seed, Single Frequency, Int32 Octaves, Single Gain, Single Lacunarity)

Parameters for constructing a fractal noise field, which layers multiple octaves of a noise function with increasing frequency and reducing amplitudes.

Seed — Seed state to initialize the field with.
Frequency — How quickly should samples change across space.
Octaves — How many layers of noise to use.
Gain — How much to multiply the amplitude of each successive octave by.
Lacunarity — How much to multiply the frequency of each successive octave by.

Properties

Name Type Description
Octaves Int32 How many layers of noise to use.
Gain Single How much to multiply the amplitude of each successive octave by.
Lacunarity Single How much to multiply the frequency of each successive octave by.

Methods

virtual override FractalParameters <Clone>$()
Void Deconstruct(Int32 Seed, Single Frequency, Int32 Octaves, Single Gain, Single Lacunarity)
Assembly: Sandbox.System Declaring Type: Noise Full Name: Sandbox.Utility.Noise.FractalParameters