Logo by bib - 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. April 23, 2024, 08:09:17 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!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: Adding some imagination...  (Read 1453 times)
0 Members and 1 Guest are viewing this topic.
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« on: December 04, 2009, 11:50:24 PM »

Here are two renders of the Mandelbulb extended to complex "power" - (6,1) in this case.
I checked the XY slices and they unfortunately do not match the complex z^(6,1) + c Mandelbrot - the "bottom" looks correct but the bulbs are missing off the top - looking at the renders it looks like they're displaced in z on the Mandelbulb.

In the formulas note that ztemp, zri, cri and @power are complex and the rest are real.
Also |zri| is x^2+y^2 where zri = (x+i*y).

"-sine version":

            if (r = |zri|)>0.0
              ztemp = ((r=sqrt(r)) + flip(zj))^@power
              zri = real(ztemp)*(zri/r)^@power + cri
              zj = cj - imag(ztemp)
            else
              zri = cri
              zj = cj - imag(flip(zj)^@power)
            endif




"+sine" version

            if (r = |zri|)>0.0
              ztemp = ((r=sqrt(r)) + flip(zj))^@power
              zri = real(ztemp)*(zri/r)^@power + cri
              zj = cj + imag(ztemp)
            else
              zri = cri
              zj = cj + imag(flip(zj)^@power)
            endif


Logged

The meaning and purpose of life is to give life purpose and meaning.

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #1 on: December 05, 2009, 12:02:05 AM »

Regarding:

            if (r = |zri|)>0.0
              ztemp = ((r=sqrt(r)) + flip(zj))^@power
              zri = real(ztemp)*(zri/r)^@power + cri
              zj = cj - imag(ztemp)
            else
              zri = cri
              zj = cj - imag(flip(zj)^@power)
            endif

I've assumed the zri/r is zero if |zri| is zero, would it be better to assume it is (1,0) instead ?
I did try it in the remote chance it would fix the XY cross-sections but it made no difference at all to the renders.
Logged

The meaning and purpose of life is to give life purpose and meaning.

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Adding Signature To Your Work Discuss Fractal Forums darciamoonz 3 1469 Last post November 24, 2012, 07:15:12 PM
by lenord
Imagination of architecture Mandelbulb3D Gallery Payam 0 761 Last post December 30, 2014, 03:48:20 AM
by Payam
Adding formulas from MB3D and others? Feature Requests « 1 2 » cKleinhuis 23 11413 Last post February 19, 2015, 09:26:26 PM
by taurus
version 1.9 adding new fractals Tutorials Parker 2 2579 Last post January 23, 2016, 06:41:22 AM
by M Benesi
Adding to the Buffershader (Lens Flare) Fragmentarium 3dickulus 0 1398 Last post May 27, 2016, 05:15:25 AM
by 3dickulus

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.154 seconds with 26 queries. (Pretty URLs adds 0.009s, 2q)