| Digital Art / Fractal Art | ©2007-2012 ~MakinMagic |


The Untold Story of Peter Rabbit The Untold Story of Peter RabbitThe Untold Story of Peter Rabbit by ~MakinMagic
Peter headed for McGregor's garden in spite of Mother's warnings: "Don't go into McGregor's garden. Your father had an accident there and McGregor put him into a pie." His anger grew as he lolloped swiftly on, revenge on his mind.
Cleverer than his father, he'd often visited McGregor's garden and never even been seen. Lettuces and carrots regularly disappeared: McGregor was incensed. Peter's plan crystalised as he reached the wire.
He headed for the rake near the cold-frame, knocked it over and nosed it into position on the path, knowing McGregor would only have eyes for his lettuce-patch. Then he hid under
The M3 formula kifs;
Menger3(x,y,z){
r=x*x+y*y+z*z;
for(i=0;i<MI && r<bailout;i++){
rotate1(x,y,z);
x=abs(x);y=abs(y);z=abs(z);
if(x-y<0){x1=y;y=x;x=x1;}
if(x-z<0){x1=z;z=x;x=x1;}
if(y-z<0){y1=z;z=y;y=y1;}
rotate2(x,y,z);
x=scale*x-CX*(scale-1);
y=scale*y-CY*(scale-1);
z=scale*z;
if(z>0.5*CZ*(scale-1)) z-=CZ*(scale-1);
r=x*x+y*y+z*z;
}
return (sqrt(x*x+y*y+z*z)-2)*scale^(-i);
}
(possible?)
--
My latest releases @ FForums [link]
Having said that, in this case very careful use of the conditionals in a KIFS formula should be able to get reasonably close I would have thought.
--
The meaning and purpose of life is to give life purpose and meaning.
The instigation of violence is the resort of those lacking spirituality.
--
My latest releases @ FForums [link]
Just Google him !
--
The meaning and purpose of life is to give life purpose and meaning.
The instigation of violence is the resort of those lacking spirituality.
Great work.
Part of the trick to these is create some sort of 2D carpet at ground level then add two or more transforms above some of which are inverted.
--
The meaning and purpose of life is to give life purpose and meaning.
The instigation of violence is the resort of those lacking spirituality.
--
"A bruised reed He will not crush." --
--
The meaning and purpose of life is to give life purpose and meaning.
The instigation of violence is the resort of those lacking spirituality.
--
"A bruised reed He will not crush." --