mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-09-19 03:55:59 +08:00
375 B
375 B
Simple Noise node
Generates a simplex, or value noise based on input UV. The resulting output values will be between 0 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 |