Logo by CorneliaYoder - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Check out the originating "3d Mandelbulb" thread here
 
*
Welcome, Guest. Please login or register. March 29, 2024, 04:33:13 PM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Mandelbrot Windmill  (Read 956 times)
0 Members and 1 Guest are viewing this topic.
trafassel
Fractal Bachius
*
Posts: 531


trafassel
« on: January 23, 2017, 01:15:34 AM »

Mandelbrot Windmill



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

 public override void Init(){base.Init();if(GetString("intern.Formula.TempUpdateVal")!="e8cc642b581b572202ca68e31ee8f15e"){SetParameterBulk("Formula.Parameters: minBailout=0.08 thickness=0.1 zscale=2 Formula.Static: Cycles=166 Julia=0 jx=0 jy=0 jz=0 Scene: CenterX=-0.696110582702131 CenterY=-0.356145183206331 CenterZ=0.029317068602204 Radius=0.0401877572016461 Transformation.Camera: AngleX=-87.2101382737163 AngleY=-44.2800887095283 AngleZ=-171.611177403936 IsometricProjection=0 Position=1 intern.Formula: TempUpdateVal=e8cc642b581b572202ca68e31ee8f15e");}}public double thickness=1000;public double minBailout=0.1;public double zscale=1.5;public override bool GetBool(double jx,double jy,double jz){double x=0,y=0,z=0;for (int i=1;i < _cycles;i++){double xx=x*x,yy=y*y,zz=z*z;double r=xx+yy+thickness*zz;if (r>9)return false;if (r<minBailout && i>1)return true;y=2*x*y+jy;x=xx-yy+jx;z=zscale*z*Math.Sqrt(r )+jz;if(r>0){Red+=xx/r;Green+=yy/r;Blue+=zz/r;}}return true;}
« Last Edit: January 23, 2017, 01:18:22 AM by trafassel » Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.572 seconds with 26 queries. (Pretty URLs adds 0.019s, 2q)