1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-09-20 12:25:59 +08:00

Simple noise node revamped

This commit is contained in:
Digvijaysinh Gohil
2024-03-19 18:22:06 +05:30
parent 600079e3e5
commit de8d5e472e
3 changed files with 36 additions and 27 deletions

View File

@ -7,6 +7,7 @@ Generates a simplex, or value noise based on input UV. The resulting <b><i>outpu
|---|---|---|---|
|uv|vec2|UV|Input UV value|
|scale|float|none|Noise scale|
|octaves|int|none|Octaves/Layers of noise, <b><i>octaves</i></b> input is clamped between 1 and 6.|
**Outputs**
|Name|Type|Binding|Description|