The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!
|
|
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
|
||||||
0 Members and 1 Guest are viewing this picture. | ||||||
Related Images | ||||||
|
|
Comments (0) |
Powered by SMF Gallery Pro