Title: Floorfold Box Post by: Kali on March 13, 2011, 06:03:46 AM Floorfold Box
(http://nocache-nocookies.digitalgott.com/gallery/6/3869_13_03_11_6_03_46.jpeg) http://www.fractalforums.com/index.php?action=gallery;sa=view;id=6097 I was playing with the 2d Mandelbox formula I made for UF5, and replaced the "boxfold" part with: if x > 1 x=x-(x-floor(x))*f endif if y > 1 y=y-(y-floor(y))*f endif Note: I used only absolute values of x and y (abs(x),abs(y)) Values for this are: f=3.0 / s=-1.5 / r=0.8 Anyone for a 3D try? :dink: Title: Re: Floorfold Box Post by: Fractal Ken on March 13, 2011, 07:17:57 AM Neat pattern, Kali! I also enjoy playing around with the 2D mandelbox; it seems to have tons of potential. |