1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-01-05 00:53:36 +08:00

Update GyroidNoise.md

This commit is contained in:
Digvijaysinh Gohil 2024-03-26 10:52:51 +05:30
parent beeee0e556
commit 6cfeaaec5e

View File

@ -8,8 +8,8 @@ Generates a gyroid noise based on input UV. The resulting <b><i>output</i></b> v
|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, clamped between 0 and 1|
|height|float|none|Noise height|
|thickness|float|none|Noise thickness, clamped between 0 and 1|
**Outputs**
|Name|Type|Binding|Description|