Logo by wmauzey - 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: Follow us on Twitter
 
*
Welcome, Guest. Please login or register. April 16, 2024, 06:32:33 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: Broken Connections  (Read 4609 times)
0 Members and 1 Guest are viewing this topic.
trafassel
Fractal Bachius
*
Posts: 531


trafassel
« on: December 12, 2017, 09:52:38 PM »

Broken Connections



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


public double minBailout;
public override bool GetBool(double x,double y,double z)
{
  for (int i=0;i < _cycles;  i++)
  {
    x=x-Math.Floor(x+0.5);
    z=z-Math.Floor(z+0.5);
    double r=x*x+y*y+z*z;
    if(r<minBailout)return false;
    if(r>0)
    {
      x /=r;
      y /=-r;
      z /=-r;
    }
    x+=_jx;
    y+=_jy;
    z+=_jz;
  }
  return true;
}

public override void Init()
{
  base.Init();
  if(GetString("intern.Formula.TempUpdateVal")!="ed7479a44fa70c67b26d2028749ef676")
  {
    SetParameterBulk("Formula.Parameters: minBailout=0.341 yPos=0 Formula.Static: Cycles=144 Julia=1 jx=0.999 jy=1.991 jz=0.1 Scene: CenterX=4.20402819727135 CenterY=0.909040277255785 CenterZ=1.26146338925386 Radius=0.535955474510393 Transformation.Camera: AngleX=117.734612329116 AngleY=19.0552745078644 AngleZ=10.2752166963744 IsometricProjection=0 Position=1 intern.Formula: TempUpdateVal=ed7479a44fa70c67b26d2028749ef676");
  }
}

Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Fractal Links (some hundred connections) Introduction to Fractals and Related Links Jules Ruis 0 4137 Last post October 07, 2006, 10:41:53 PM
by Jules Ruis
Deep Connections Mandelbulb3D Gallery haltenny 0 1198 Last post January 31, 2011, 03:36:35 AM
by haltenny
molecular connections Mandelbulb3D Gallery miguelnpg 0 1318 Last post May 11, 2011, 06:14:50 AM
by miguelnpg
Invisibles connections entre végétaux Mandelbulb3D Gallery Pacome 0 760 Last post November 04, 2014, 05:34:53 PM
by Pacome
Family Connections Images Showcase (Rate My Fractal) JoeFRAQ 0 758 Last post April 06, 2015, 01:42:12 PM
by JoeFRAQ

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.152 seconds with 26 queries. (Pretty URLs adds 0.007s, 2q)