1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-01-07 01:43:35 +08:00

Update KochFractal.md

This commit is contained in:
Digvijaysinh Gohil 2024-03-11 12:13:56 +05:30
parent ba9ee716b4
commit 9ebc2ddf76

View File

@ -15,5 +15,5 @@ Generates an koch curve similar to ice fractal shape based on input UV at the si
|Name|Type|Binding|Description|
|---|---|---|---|
|out|float|None|Output fractal value|
|uv|vec2|None|Output uv|
|uv|vec2|None|Output UV value|
___