diff --git a/documentation/Nodes/Procedural/Shapes/KochFractal.md b/documentation/Nodes/Procedural/Shapes/KochFractal.md index 59e1e0e..4448476 100644 --- a/documentation/Nodes/Procedural/Shapes/KochFractal.md +++ b/documentation/Nodes/Procedural/Shapes/KochFractal.md @@ -1,4 +1,4 @@ -# Ellipse node +# Koch Fractal node Generates an koch curve similar to ice fractal shape based on input UV at the size specified by inputs width and height. The generated shape can be offset or tiled by connecting a [TilingAndOffset](/documentation/Nodes/UV/TilingAndOffset.md) node. Note that in order to preserve the ability to offset the shape within the UV space the shape will not automatically repeat if tiled. To achieve a repeating effect first connect your TilingAndOffset output through a Fract node.