1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-09-19 11:56:01 +08:00

Documentation overhaul

This commit is contained in:
Digvijaysinh Gohil
2024-02-26 22:13:45 +05:30
parent 931fc113db
commit e73385e903
26 changed files with 443 additions and 469 deletions

View File

@ -0,0 +1,15 @@
# Simple Noise node
Generates a simplex, or value noise based on input UV. The resulting <b><i>output</i></b> values will be between 0 and 1.
<hr>
**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|
___