Click or drag to resize
Accord.NET (logo)

PerlinNoisePersistence Property

Persistence value.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public double Persistence { get; set; }
Request Example View Source

Property Value

Type: Double
Remarks

The property sets so called persistence value, which controls the way how amplitude is calculated for each octave comprising the Perlin noise function.

Default value is set to 0.65.

See Also