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:22 +05:30
parent b2ba78fa43
commit ba9ee716b4

View File

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