Bugman

Enjoyed this video? Join my Locals community for exclusive content at tholonia.locals.com!
1 year ago
9

This is the standard Mandelbrot "Bug" that is created by the fractal formula of z=z^2+c, but in this case, rather than the value being increased by itself (z^2), it is increased by a linear incremental value that starts at -4 and ends at 4, incrementing by 0.01. The point of this was to see the difference between something that was self-referencing (z^2z) vs. an independent linear value (x).

Loading comments...