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: Visit us on facebook
 
*
Welcome, Guest. Please login or register. March 28, 2024, 11:02:46 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!



 
  Search  

  Slideshow  
Mandelbox GalaxyReturn to Candy LandFractal Water
Return to Candy Land
Previous Image | Next Image
Description: // Same formula as in:
// http://www.fractalforums.com/index.php?action=gallery;sa=view;id=7782
// But add x=-x

public override bool GetBool(double jx,double jy,double jz)
{
 double x=0,y=0,z=0;
  for (int i=0;i < 277; i++)
  {
    if(x>0.5)x=1-x;
    if(z>0.5)z=1-z;
    if(y>0.5)y=1-y;
    double r=x*x+y*y+z*z;
    if(r>0)
    {
      x /=-r;
      y /=-r;
      z /=-r;
      if(Math.Abs(x)>2)return false;
      if(Math.Abs(y)>2)return false;
      if(Math.Abs(z)>2)return false;
      if(r<0.2)return false;
    }
    x=-x;
    x+=jx;
    y+=jy;
    z+=jz;
  }
  return true;
}


public override void Init()
{
  base.Init();
  if(GetString("intern.Formula.TempUpdateVal")!="5fe92f5ad45a0892911c25ebeea2b297")
  {
    SetParameterBulk("Scene: CenterX=0.027897203228635 CenterY=-1.88863492560243 CenterZ=1.00004449268346 Radius=8.23070756479938E-05 Transformation.Camera: AngleX=42.3427337701474 AngleY=53.2163993130052 AngleZ=43.9159820297143 IsometricProjection=0 Position=1 intern.Formula: TempUpdateVal=5fe92f5ad45a0892911c25ebeea2b297");
  }
}
Stats:
Total Favorities: 0 View Who Favorited
Filesize: 236.04kB
Height: 1200 Width: 1200
Keywords: Mandelbox Spiral Gestaltlupe 
Posted by: trafassel January 15, 2017, 05:27:06 PM

Rating: Has not been rated yet.

Image Linking Codes
BB Code
Direct Link
Html Link
0 Members and 1 Guest are viewing this picture.
Related Images
Candy


Rating: *****
Filesize: 63.53kB
Date: June 02, 2010, 04:45:19 PM
Comments (0)
By: Lee Oliver
Eye Candy A


Rating: *****
Filesize: 422.88kB
Date: July 05, 2010, 10:03:26 PM
Comments (0)
By: blob
Eye Candy B


Rating: *****
Filesize: 407.71kB
Date: July 05, 2010, 10:04:37 PM
Comments (7)
By: blob
return to split point!


Rating: *****
Filesize: 1016.17kB
Date: August 07, 2010, 08:10:24 PM
Comments (0)
By: teamfresh
Phenix return


Rating: ***
Filesize: 373.3kB
Date: January 04, 2011, 09:06:20 PM
Comments (0)
By: HMN
  Slideshow  

Comments (0) rss

Return to Gallery

Powered by SMF Gallery Pro

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.148 seconds with 25 queries. (Pretty URLs adds 0.006s, 1q)