Fractal Tree 3

This will be a fractial(ish) tree with same code as in Fractal Tree 1, but with some added randomness. Instead of having the length ratio and branch angle as constant…

Fractal Tree 2

While the fractal tree in the previous post was cool and all, it only creates two branches at the end of each segment. So how to add more branches to…

Fractal Tree 1

In geometry terms, a fractal tree, is one of the easiest to create types of fractals. Each tree is created by splitting a line segment into two smaller segments at the end, and…