mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-09-21 04:45:57 +08:00
380 B
380 B
Gradient Noise node
Generates a gradient, or Perlin noise based on input UV. The resulting output values will be between -1 and 1.
Inputs
Name | Type | Binding | Description |
---|---|---|---|
uv | vec2 | UV | Input UV value |
scale | float | none | Noise scale |
Outputs
Name | Type | Binding | Description |
---|---|---|---|
output | float | None | Output noise value |