Logo by stardust4ever - 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: Support us via Flattr FLATTR Link
 
*
Welcome, Guest. Please login or register. March 19, 2024, 11:25:07 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!



 
  Search  

  Slideshow  
Inverted Menger SpongeMenger 168.10016Menger Sponge, 45 Degree Rotation
Menger 168.10016
Previous Image | Next Image
Description:

public override void Init()
{
  base.Init();
  if(GetString("intern.Formula.TempUpdateVal")!="590b2033d109c03de80c3089bad6543d")
  {
    SetParameterBulk("Formula.Static: Cycles=8 Julia=0 jx=0 jy=0 jz=0 Scene: CenterX=-0.00769903934544111 CenterY=0.196128027329687 CenterZ=-0.00761911088218881 Radius=1.9706075263103E-07 Transformation.Camera: AngleX=144.43333935272 AngleY=-74.8684800264154 AngleZ=34.5016274721693 IsometricProjection=1 Position=1 intern.Formula: TempUpdateVal=590b2033d109c03de80c3089bad6543d");
  }
}


public override bool GetBool(double x,double y,double z)
{
  double sin45=Math.Sqrt(0.5);
  double scale=1.81;
  double offsetX=1.15;
  double offsetY=0.932;
  double offsetZ=1.01;
  for (int n=1;n<100;  n++)
  {
    x=Math.Abs(x);
    y=Math.Abs(y);
    z=Math.Abs(z);
    if (x*x+y*y+z*z>2000000000){ return false; }
    if (x<y) { double a=x; x=y; y=a; }
    if (x<z) { double a=x; x=z; z=a; }
    if (y<z) { double a=y; y=z; z=a; }
    x=scale*x-offsetX*(scale-1);
    y=scale*y-offsetY*(scale-1);
    z=scale*z-offsetZ*(scale-1);
    double xtemp=sin45 * (x-y );
    y=sin45 * (y+x );
    x=xtemp;
  }
  return true;
}
Stats:
Total Favorities: 0 View Who Favorited
Filesize: 872.87kB
Height: 1200 Width: 1200
Discussion Topic: View Topic
Keywords: Menger Sponge Gestaltlupe 
Posted by: trafassel December 04, 2016, 08:47:16 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
Menger tree


Rating: *****
Filesize: 195.5kB
Date: June 04, 2010, 11:39:43 PM
Comments (2)
By: Jesse
MY 1ST! Sierpinski Menger


Rating: (None)
Filesize: 81.03kB
Date: August 30, 2010, 09:09:29 PM
Comments (0)
By: Bent-Winged Angel
Menger Wars


Rating: *****
Filesize: 278.9kB
Date: February 15, 2011, 01:57:55 AM
Comments (2)
By: reallybigname
quaternion menger


Rating: *****
Filesize: 362.74kB
Date: January 22, 2016, 10:54:30 AM
Comments (2)
By: mclarekin
Menger-mod


Rating: *****
Filesize: 680.16kB
Date: February 29, 2016, 09:45:33 PM
Comments (0)
By: Buddhi
  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.198 seconds with 32 queries. (Pretty URLs adds 0.005s, 1q)