noiseDetail()
Math / RandomDescription
Adjusts the character and level of detail produced by the Perlin noise function.
Syntax
void noiseDetail(int octaves, float falloff)
Parameters
| Name | Type | Description |
|---|---|---|
| octaves | int | number of octaves (1-8 typical) |
| falloff | float | falloff factor for each octave (default 0.5) |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...