2D Fractal Tree
Description
2D Fractal Tree =========== This Creates A **Two Dimensional** Tree That Can Be Used In Creating Laser-Cut Designs It Is Possible To Create A 3D Extrusion Of The Tree Using The Following Code: ` Linear_Extrude(Height = 5) { Trunk(); }` Based On "Procedurally Generated Trees" By Steveweber314 On Instructables Http://Www.Instructables.Com/Id/Procedurally-Generated-Trees/ To Use From With An Openscad Design: ` Use </Path/To/This/File/Fractal_Tree.Scad>` Call With: `Trunk();` Paramaters: -------------- Size = [Real] Base Size For The Trunk Depth = [Integer 0:1] Number Of Recursions (Warning: /Exponentially More Opperations Per Increase Of Depth Seed = [Real>0] Random Seed To Base Tree On Widthbottom = [Real 0:1] Width Of Bottom Of Each Segment As A Proportion Of Size Widthtop = [Real 0:1] Width Of Top Of Each Segment A S Aproportion Of Size Joint = [Real 0:1] Size Of Joint As Percentage Of Size Mingrowth = [Real 0.1:1.2] Minimum Amount To Grow Branch As Percentage Of Previous Maxgrowth = [Real 0.1:1.2] Maximum Amount To Grow Branch As Precentage Of Previous Leafscale = [Real 0.1:1] Radius Of Leaf As A Percentage Of Branch Size Leaf = [Boolean True:False] True: Include Leaves, False: Skip Leaves
Statistics
Likes
57
Downloads
0