Logo by KRAFTWERK - 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:16:10 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  
Mandelbrot WindmillNews from the MandelboxMandelbox Julia with Spirals
News from the Mandelbox
Previous Image | Next Image
Description: // CenterX=-0.916032152744961 CenterY=0.877148216230017
// CenterZ=11.2158712835104 Radius=0.568000286566819
public override bool GetBool(double x,double y,double z)
{
  for (int i=0;i < 66;  i++)
  {
    x=x%2;
    z=z%2;
    while(Math.Abs(x)>0.5)
    {
      if(x>0.5)x=1-x;
      if(x<-0.5)x=-1-x;
    }
    while(Math.Abs(z)>0.5)
    {
      if(z>0.5)z=1-z;
      if(z<-0.5)z=-1-z;
    }
    double xx=x*x;
    double yy=y*y;
    double zz=z*z;
    double r=xx+yy+zz;
    if(r>0)
    {
      x /=-r;
      y /=-r;
      z /=-r;
      if(r>0.00000000001 && i>2)
      {
        Red+=xx/r;
        Green+=yy/r;
        Blue+=zz/r;
      }
      if(r<0.3)return false;
    }
    x=-x;
    x+=0.02;
    y+=1.925;
    z+=0.95;
  }
  return true;
}
Stats:
Total Favorities: 0 View Who Favorited
Filesize: 254.45kB
Height: 1068 Width: 1200
Discussion Topic: View Topic
Keywords: Gestaltlupe Mandelbox Julia 
Posted by: trafassel January 14, 2017, 12:51:37 AM

Rating: ***** by 3 members.

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


Rating: ***
Filesize: 562.47kB
Date: March 16, 2010, 08:01:51 AM
Comments (5)
By: trafassel
Mandelbox DOF


Rating: *****
Filesize: 510.5kB
Date: April 11, 2010, 08:11:32 PM
Comments (0)
By: Buddhi
Mandelbox DOF 2


Rating: *****
Filesize: 570.86kB
Date: April 11, 2010, 08:12:49 PM
Comments (0)
By: Buddhi
-1.1 Mandelbox


Rating: *****
Filesize: 246.73kB
Date: September 26, 2010, 11:39:29 PM
Comments (0)
By: trafassel
chaosTube - news #14


Rating: (None)
Filesize: 331.75kB
Date: May 08, 2016, 07:34:49 PM
Comments (0)
By: cKleinhuis
  Slideshow  

Comments (1) rss
mclarekin
Fractal Senior
******
Posts: 1739



View Profile
January 14, 2017, 04:19:04 AM
beautiful.

Thanks for the code.
Hopefully I will be able to code this.
I read recently that  DE is not good for scale = 1, I think that was what was causing me trouble. I will now try without analytic DE.

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