mirror of
https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git
synced 2025-09-19 11:56:01 +08:00
Koch fractal node refactored
This commit is contained in:
@ -38,6 +38,10 @@ Delete the contents of **_addons/ShaderLib_** folder from your project. Make sur
|
||||
|
||||
<h4><a href="/documentation/Nodes/Procedural/CheckerBoard.md"> Checker Board node</a></h4>
|
||||
|
||||
<h3> Fractals</h3>
|
||||
|
||||
<h4><a href="/documentation/Nodes/Procedural/Shapes/KochFractal.md">  Koch Fractal node</a></h4>
|
||||
|
||||
<h3> Noise</h3>
|
||||
|
||||
<h4><a href="/documentation/Nodes/Procedural/Noise/GradientNoise.md">  Gradient Noise node</a></h4>
|
||||
@ -48,7 +52,6 @@ Delete the contents of **_addons/ShaderLib_** folder from your project. Make sur
|
||||
<h3> Shapes</h3>
|
||||
|
||||
<h4><a href="/documentation/Nodes/Procedural/Shapes/Ellipse.md">  Ellipse node</a></h4>
|
||||
<h4><a href="/documentation/Nodes/Procedural/Shapes/KochFractal.md">  Koch Fractal node</a></h4>
|
||||
<h4><a href="/documentation/Nodes/Procedural/Shapes/Polygon.md">  Polygon node</a></h4>
|
||||
<h4><a href="/documentation/Nodes/Procedural/Shapes/Rectangle.md">  Rectangle node</a></h4>
|
||||
<h4><a href="/documentation/Nodes/Procedural/Shapes/RoundedPolygon.md">  Rounded Polygon node</a></h4>
|
||||
|
Reference in New Issue
Block a user