NowhereIsland by HellGauss
Open full image in new tab Members remain the original copyright holder in all their materials here at Renderosity. Use of any of their material inconsistent with the terms and conditions set forth is prohibited and is considered an infringement of the copyrights of the respective holders unless specially stated otherwise.
Description
Formula (you can use this in my software.... i'm fixing a few bug and i will upload a new release in zip package...):
int z;
double tm,ff;
for (z=0;z[minor]maxit;z++)
{
tm=rr;
rr=rr*rr-ii*ii+r*(1+0.521*sin(0.32*tan(1.56*sin(4*ii+2*z))));
ii=2*tm*ii+i* (1+0.521*cos(0.32*tan(1.56*cos(4*tm))));
if (rr*rr+ii*ii>10000.0) break;
}
if (z[minor]maxit)////this is for smoother colors
{
ff=1000*log((rr*rr+ii*ii)/10000.0)/log(10000.0);
return (int)(z*1000.0-ff);
}
return -1;
Mode: mandelbrot (r,i=pixel, initial value=0;0)
Location: re=-1.6,im=0
Diagonal length: about 1
This take only 22 hours on my amd3000 for a 16004x10256x(9x9 interpolation). No multilayer, composition, ecc....
Have a nice trip!
Comments (2)
Fractelaar
Really interresting perspective vieuw good name to I wait for that zip package :-) want to play with your program Cheers Arend
thecytron
Stunning color composition!