From ba9ee716b45e5aeb381fdaea59952cae5f6edde9 Mon Sep 17 00:00:00 2001 From: Digvijaysinh Gohil Date: Mon, 11 Mar 2024 12:13:22 +0530 Subject: [PATCH] Update KochFractal.md --- documentation/Nodes/Procedural/Shapes/KochFractal.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/Nodes/Procedural/Shapes/KochFractal.md b/documentation/Nodes/Procedural/Shapes/KochFractal.md index c9c0f3c..62ce982 100644 --- a/documentation/Nodes/Procedural/Shapes/KochFractal.md +++ b/documentation/Nodes/Procedural/Shapes/KochFractal.md @@ -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| ___ \ No newline at end of file