Logo by blob - 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 the official fractalforums.com Youtube Channel
 
*
Welcome, Guest. Please login or register. April 20, 2024, 04:11:27 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: Not a standard "bulb" :)  (Read 2604 times)
0 Members and 1 Guest are viewing this topic.
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« on: January 17, 2010, 02:46:00 PM »

Hi all, using different angles to those normally used:

"On the Reef"



If no picture above then look here:

http://makinmagic.deviantart.com/art/On-the-Reef-150724624

Logged

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

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
twinbee
Fractal Fertilizer
*****
Posts: 383



WWW
« Reply #1 on: January 17, 2010, 07:11:17 PM »

Nice pic! - good colouring again. Do you know how similar this is to Rudy Rucker's formula? Here's an example pic I made a while back - some features seem similar:
http://www.skytopia.com/project/fractal/new/full/q30/RudyVines.jpg
Logged
Buddhi
Fractal Iambus
***
Posts: 895



WWW
« Reply #2 on: January 17, 2010, 07:22:25 PM »

This fog effect looks very good. What formula did you used? This is not standard Mandelbulb - shapes are very interesting  huh?

P.S. David, you should update sign on your images. Now is year 2010  cheesy
Logged

David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #3 on: January 17, 2010, 08:51:00 PM »

This fog effect looks very good. What formula did you used? This is not standard Mandelbulb - shapes are very interesting  huh?

P.S. David, you should update sign on your images. Now is year 2010  cheesy

I used the latest incarnation of my wip 3D formula for UF which I'm hoping to make available later this evening.
bib has been using a slightly earlier version since which I've further optimised and added some extra features.
Tonight I'll be adding the ability to colour using *any* UF outside colouring in UF5 - by simply performing the iteration for the surface pixels one extra time through UF's normal loop process - of course I'll have to add options as to how your 3D or 4D value is converted to a complex #z value to be passed to the colouring.

Oooops - I forgot to change the signature text in the PSP text tool wink
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 #4 on: January 17, 2010, 08:53:09 PM »

Nice pic! - good colouring again. Do you know how similar this is to Rudy Rucker's formula? Here's an example pic I made a while back - some features seem similar:
http://www.skytopia.com/project/fractal/new/full/q30/RudyVines.jpg

Yeah, it's similar in some of the details but the bulbs overall don't get split the way they do with Rudy's formula using this method.
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 #5 on: January 17, 2010, 09:04:20 PM »

What formula did you used?

Here's the unoptimised non-trig UF code without analytical DE (non-trig as the trig code is left to the compiler):

                zjk = imag(zri) + flip(zj)
                r = cabs(zri)
                ph = cabs(zjk)
                if r>0.0
                  zri = (zri/r)^@mpwr ; cos sin
                else
                  zri = (1,0)
                endif
                if ph>0.0
                  zjk = (zjk/ph)^@mpwr ; cos sin
                else
                  zjk = (1,0)
                endif
                zj = imag(zjk)
                zri = real(zri) + flip(imag(zri)*real(zjk))
                x1 = sqrt(|zri| + sqr(zj))
                magn = magn^@mpwr
                if x1==0.0
                  zri = magn + cri
                  zj = cj
                else
                  magn = magn/x1
                  zri = magn*zri + cri
                  zj = magn*zj + cj
                endif
                magn = sqrt(|zri| + sqr(zj))

You may be wondering what that last bit with x1 is for, when recombining the sines/cosines using this method then the result does not have a fixed unit magnitude and rendering without the last "fix" produces a fractal that has spikes everywhere (essentially asymptotes) - it's interesting but I decided to see what happened if the combined sine/cosine result was renormalised before multiplication by the new magnitude.

Edit: If you want a name for the formula, I call it "Normalised simultaeneous rotation about z and x" or "Norm.Sim.Rot.ZX" smiley

« Last Edit: January 17, 2010, 09:09:48 PM by David Makin » 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
"True 3D" Mamdelbrot, solid based on orbit trapping animation 3D Fractal Generation David Makin 5 20243 Last post September 02, 2009, 10:23:26 PM
by David Makin
Translucency/Refraction in the "bulb" software Programming « 1 2 » David Makin 26 6584 Last post January 26, 2012, 10:57:12 AM
by ker2x
An "old" bulb Images Showcase (Rate My Fractal) Chaos_Ink 0 1139 Last post January 05, 2013, 08:53:44 PM
by Chaos_Ink
Benesi "pinetree" (fold+bulb) (new) Theories & Research « 1 2 ... 6 7 » M Benesi 92 4897 Last post December 16, 2015, 02:05:05 AM
by thargor6
Another way to make my Riemann sphere "bulb" using a conformal transformation (new) Theories & Research « 1 2 » msltoe 20 2731 Last post April 10, 2016, 10:20:36 PM
by gannjondal

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.219 seconds with 29 queries. (Pretty URLs adds 0.011s, 2q)