Logo by Pauldelbrot - 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: Visit us on facebook
 
*
Welcome, Guest. Please login or register. March 29, 2024, 12:25:12 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: Sea Anemone (Negative Kali Set)  (Read 1391 times)
0 Members and 1 Guest are viewing this topic.
trafassel
Fractal Bachius
*
Posts: 531


trafassel
« on: March 05, 2017, 08:39:30 AM »

Sea Anemone (Negative Kali Set)



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

public double bailout;
public override bool GetBool(double x,double y,double z)
{
  for (int n=1;n < _cycles;  n++)
  {
    double r=x*x+y*y+z*z;
    if (r>bailout)return false;
    if (r>0)
    {
      x=-x/r;
      y=Math.Abs(y)/r;
      z=Math.Abs(z)/r;
    }
    if(x>y)Red++;
    if(y>z)Green++;
    if(z>x)Blue++;
    x+=_jx;
    y+=_jy;
    z+=_jz;
  }
  return true;
}

public override void Init()
{
  base.Init();
  if(GetString("intern.Formula.TempUpdateVal")!="60292da8f192d3d2c6a9930dad6edf6a")
  {
    SetParameterBulk("Formula.Parameters: bailout=1550 Formula.Static: Cycles=492 Julia=0 jx=-0.913 jy=-0.409 jz=-0.05 Scene: CenterX=-0.78579281581261 CenterY=-0.755522968734956 CenterZ=0.237337302838579 Radius=1.99993572580536 Transformation.Camera: AngleX=-13.3851680398102 AngleY=39.7624381810032 AngleZ=145.321971988858 IsometricProjection=0 Position=1 intern.Formula: TempUpdateVal=60292da8f192d3d2c6a9930dad6edf6a");
  }
}
Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Anemone Mandelbulb3D Gallery Thalamus 0 564 Last post December 05, 2010, 03:14:01 AM
by Thalamus
Mandelbrot Safari XXI: Anemone Images Showcase (Rate My Fractal) Pauldelbrot 0 1201 Last post August 01, 2012, 01:13:12 PM
by Pauldelbrot
Mandelbrot Safari XXVII: Angiosperm Anemone Images Showcase (Rate My Fractal) Pauldelbrot 0 945 Last post November 24, 2012, 06:36:21 AM
by Pauldelbrot
Mandelbrot Safari LIII: Bronze Anemone Images Showcase (Rate My Fractal) Pauldelbrot 0 916 Last post April 14, 2013, 10:03:58 AM
by Pauldelbrot
Alien anemone Resemblance Syzygy 0 1011 Last post May 31, 2014, 11:36:58 PM
by Syzygy

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