mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-09-20 12:25:59 +08:00
Gyroid noise node added
This commit is contained in:
18
documentation/Nodes/Procedural/Noise/GyroidNoise.md
Normal file
18
documentation/Nodes/Procedural/Noise/GyroidNoise.md
Normal file
@ -0,0 +1,18 @@
|
||||
# Gyroid Noise node
|
||||
Generates a gyroid 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|
|
||||
|ratio|vec2|none|Noise ratio for X and Y Axes|
|
||||
|height|vec2|none|Noise height|
|
||||
|thickness|vec2|none|Noise thickness|
|
||||
|
||||
**Outputs**
|
||||
|Name|Type|Binding|Description|
|
||||
|---|---|---|---|
|
||||
|output|float|None|Output noise value|
|
||||
___
|
Reference in New Issue
Block a user