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:
15
documentation/Nodes/Procedural/Noise/SimpleNoise.md
Normal file
15
documentation/Nodes/Procedural/Noise/SimpleNoise.md
Normal 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|
|
||||
___
|
Reference in New Issue
Block a user