Noise 2D
PureNoise2DGenerates 2D Perlin-style noise at position (X,Y).
Type: Pure (no side effects)
Category: Fortuna|Math & Numeric
Keywords: math & numeric
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| X | float | — | X parameter |
| Y | float | — | Y parameter |
| Seed | int | 0 | Seed parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | float -1 to 1 | ReturnValue output |
Example Use Cases
Example 1
Procedural texture generation.
Example 2
Height map for terrain generation.