Welcome to Fractal Forums

Fractal Art => Images Showcase (Rate My Fractal) => Topic started by: Kali on July 17, 2011, 05:02:40 AM




Title: XXX
Post by: Kali on July 17, 2011, 05:02:40 AM
XXX

(http://nocache-nocookies.digitalgott.com/gallery/7/3869_17_07_11_5_02_40.jpeg)

http://www.fractalforums.com/index.php?action=gallery;sa=view;id=7886

My fractals seems to be obsessed with sex lately ;D

First was "Fractal Orgy", then: http://img263.imageshack.us/img263/8528/discontbox2ff.jpg (from my 2D mandelbox variations thread)

And now this suggestive letters... :D

It's a Julia from 2D Mandelbox with an "inverted condition ballfold" (?)

wich means:

Code:
m=x*x+y*y
if m>r
   x=x/r
   y=y/r
elseif m>1
   x=x/m
   y=y/m
endif


for this I used: r=1.50