textmode.js / Textmodifier / noiseDetail
Method: noiseDetail()
ts
noiseDetail(octaves, falloff?): void;Adjust noise octaves and falloff.
Higher octaves add fine detail. Falloff controls how much each octave contributes compared to the previous one.
Parameters
| Parameter | Type | Description |
|---|---|---|
octaves | number | Number of octaves to use. |
falloff? | number | Amplitude falloff between octaves. |
Returns
void