Exploring More Julia Morphing
Exploring More Julia Morphing reveals several interesting facts.
- random Julia morph
- FlagbandsSpaceSfs133 #fractal #animation #simonbrot init: int p; double ka, kb; p = int floor a; kb = a - p; ka = 1 - kb; exponent = p; ...
- simonbrot #animation #fractal #
- FlagbandsSpaceSfs133 #fractal #animation #simonbrot init: z = 1/c; bailout = 5; formula: z = abs z^p + -0.9 - 0 z[n - 50]; ...
- Note: This is essentially the same video I uploaded yesterday, but rendered at 60 instead of 30 FPS, and with the pauses removed ...
In-Depth Information on More Julia Morphing
I Cette simulation permet de visualiser les Julias I uploaded another A
FlagbandsSpaceSfs133 #fractal #animation init: bailout = 10; z = 1/c; formula: z = z^p * (1) + 1/complex(x,y); y: double [-1.0, 4.0] ...
Stay tuned for more updates related to More Julia Morphing.