Click or drag to resize
Accord.NET (logo)

PerlinNoiseOctaves Property

Number of octaves, [1, 32]. Default is 4.

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

Property Value

Type: Int32
Remarks

The property sets the number of noise functions, which sum up the resulting Perlin noise function.

Default value is set to 4.

See Also