| Name | Type | Description |
|---|---|---|
| octaves | int | Number of octaves for the noise. Higher values are slower but produce more detailed results. 3 is a good starting point. |
| x | float | Input on the X axis. |
| y = 0 | float | Input on the Y axis. |
| z = 0 | float | Input on the Z axis. |
| Type | Description |
|---|---|
| float | Resulting noise at given coordinates, in range of 0 to 1. |