Logo by DsyneGrafix - 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: Did you know ? you can use LaTex inside Postings on fractalforums.com!
 
*
Welcome, Guest. Please login or register. March 29, 2024, 12:06:50 AM


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: Purple Spiral 90.10017  (Read 1130 times)
0 Members and 1 Guest are viewing this topic.
trafassel
Fractal Bachius
*
Posts: 531


trafassel
« on: December 20, 2016, 11:50:46 PM »

Purple Spiral 90.10017



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

 public override void Init(){base.Init();if(GetString("intern.Formula.TempUpdateVal")!="b963a982cae914e79e62bc198b28f439"){SetParameterBulk("Formula.Parameters: _anglex=0 _angley=5 _anglez=33 _bailout=44 _box=1 _scale=1.2 _size=0 _xd=4 _yd=0.5 _zd=1 Formula.Static: Cycles=33 Julia=1 jx=0 jy=0 jz=0 Scene: CenterX=-0.072760825037014 CenterY=0.716309204966136 CenterZ=-3.65784806031467 Radius=4.65136078722756 Transformation.Camera: AngleX=-90 AngleY=0 AngleZ=0 IsometricProjection=0 Position=1 intern.Formula: TempUpdateVal=b963a982cae914e79e62bc198b28f439");}}public double _xd;public double _yd;public double _zd;public double _anglex;public double _angley;public double _anglez;public double _scale;public double _size;public double _bailout;public bool _box;public override bool GetBool(double x,double y,double z){return GetBool(_cycles,x,y,z);}bool GetBool(int cycles,double x,double y,double z){if(cycles<=0)return true;double xx=x*x;double yy=y*y;double zz=z*z;double r=xx+yy+zz;if(r<_size)return true;if(r>_bailout)return false;if(r>0.000001){Red+=xx/r;Green+=yy/r;Blue+=zz/r;}x*=_scale;y*=_scale;z*=_scale;if(_anglex!=0)Rotate(Math.PI/180.0*_anglex,ref y,ref z);if(_angley!=0)Rotate(Math.PI/180.0*_angley,ref x,ref z);if(_anglez!=0)Rotate(Math.PI/180.0*_anglez,ref x,ref y);if(_xd!=0){if(GetBool(cycles-1,x+_xd,y,z))return true;if(GetBool(cycles-1,x-_xd,y,z))return true;}if(_yd!=0){if(GetBool(cycles-1,x,y+_yd,z))return true;if(GetBool(cycles-1,x,y-_yd,z))return true;}if(_zd!=0){if(GetBool(cycles-1,x,y,z+_zd))return true;if(GetBool(cycles-1,x,y,z-_zd))return true;}return false;}
Logged
M Benesi
Fractal Schemer
****
Posts: 1075



WWW
« Reply #1 on: December 21, 2016, 12:47:41 AM »

I like!  cheesy
Logged

Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Purple Patterns Images Showcase (Rate My Fractal) element90 0 1039 Last post September 02, 2011, 09:29:22 AM
by element90
Purple Storm Images Showcase (Rate My Fractal) Pauldelbrot 0 698 Last post September 16, 2011, 03:49:23 AM
by Pauldelbrot
The color purple Mandelbulb3D Gallery Frakkie 0 496 Last post December 23, 2012, 03:03:39 PM
by Frakkie
Purple Circuits Mandelbulb3D Gallery IKE753Z 0 585 Last post April 27, 2013, 06:38:36 PM
by IKE753Z
Spiral purple spectacles Images Showcase (Rate My Fractal) youhn 0 414 Last post January 06, 2014, 08:04:40 PM
by youhn

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.17 seconds with 29 queries. (Pretty URLs adds 0.005s, 2q)