Logo by wmauzey - 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: Check out the originating "3d Mandelbulb" thread here
 
*
Welcome, Guest. Please login or register. March 29, 2024, 02:49:43 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  
GhostwaveFormula 21Mandelbulb underwater
Formula 21
Previous Image | Next Image
Description: Formula in Gestaltlupe:

int gr=20;

/// <summary>
        /// Initialisierung
        /// </summary>
        public override void Init() {
            base.Init();
            // Hier kann z.B. pow oder gr aus den Einstellungen gelesen werden.
        }


        public override long InSet(double ar, double ai, double aj, double br, double bi, double bj, double bk, long zkl, bool invers) {


            double aar, aai, ai_alt, aj_alt, aaj, aak, cj, ck, ari, arj, ark, aik, aij, ajk, ak_alt;
            double c, d;
            long tw;
            int n;

            aar = ar * ar; aai = ai * ai; aaj = aj * aj; tw = 0L;
            d = aar + aai + aaj;
            for (n = 1; n < zkl; n++) {
                ai = 2 * ai * ar * aj + d * bi;
                aj = aaj - (aai + aar) / 2.0 + d * bj;
                ar = aar - (aai + aaj) / 2.0 + d * br;
                aar = ar * ar; aai = ai * ai; aaj = aj * aj;
                d = aar + aai + aaj;
                if ((d) > gr) { tw = n; break; }
            }
            return (tw);

        }

Stats:
Total Favorities: 0 View Who Favorited
Filesize: 115.72kB
Height: 960 Width: 1280
Keywords: Fractal 
Posted by: trafassel January 10, 2010, 10:03:41 PM

Rating: **** by 1 members.

Image Linking Codes
BB Code
Direct Link
Html Link
0 Members and 1 Guest are viewing this picture.
Related Images
Formula 21, Julia (0,0,0)


Rating: (None)
Filesize: 79.65kB
Date: June 17, 2010, 12:37:54 AM
Comments (0)
By: trafassel
New mandelbulb formula - rotation by complex numbers


Rating: *****
Filesize: 479.24kB
Date: November 13, 2010, 04:56:02 PM
Comments (0)
By: Buddhi
New mandelbulb formula - rotation by complex numbers


Rating: *****
Filesize: 458.47kB
Date: November 13, 2010, 04:59:22 PM
Comments (1)
By: Buddhi
Improved Mandelorth formula test


Rating: *****
Filesize: 394.22kB
Date: January 22, 2011, 04:13:44 AM
Comments (0)
By: Kali
Fun formula with quaternions


Rating: *****
Filesize: 913.46kB
Date: April 07, 2016, 07:35:08 PM
Comments (0)
By: phtolo
  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.208 seconds with 28 queries. (Pretty URLs adds 0.013s, 1q)