Urbe 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
Created with my application
for (z=0;z [minor] maxit;z++)
{
tm=rr;
rr=rr*rr-ii*ii+r*(1+cos(3.15395*ii));
ii=2*tm*ii+i*(1+0.1*tan(1.15395*tm));
if (rr*rr+ii*ii>1777550) break;
}
z--->rgb color
1777550 is simple a random big number....
Comments (2)
jockc
Cool image-I like that pattern, can I ask what is the formula?
HellGauss
I edit the post with the formula. This is in Julia mode, centered in the origin. Unfortunately i no longer have the c value. I will try to do a similar image, and post parameters....