1
0
mirror of https://github.com/DigvijaysinhGohil/Godot-Shader-Lib.git synced 2025-09-20 12:25:59 +08:00

Koch fractal node refactored

This commit is contained in:
Digvijaysinh Gohil
2024-03-12 16:55:37 +05:30
parent f0dad0ce8e
commit 506b4c9563
4 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,7 @@ func _get_name() -> String:
return "KochFractal"
func _get_category() -> String:
return "Procedural/Shapes"
return "Procedural/Fractals"
func _get_description() -> String:
return "Generates an koch curve similar to ice fractal shape based on input UV at the size specified by inputs width and height."