
The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!
|
|
|
||||||
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 ![]() Rating: Has not been rated yet. Image Linking Codes
|
||||||
0 Members and 1 Guest are viewing this picture. | ||||||
Related Images | ||||||
|
|
Comments (0) ![]() |
Powered by SMF Gallery Pro