Logo by Trifox - Contribute your own Logo!
News: Follow us on Twitter
 
*
Welcome, Guest. Please login or register., Guest. Please login or register. March 11, 2010, 06:38:29 PM


Login with username, password and session length



Pages: 1 2 3 [4] 5
  Print  
Author Topic: Glynn Julia set  (Read 3394 times)
0 Members and 1 Guest are viewing this topic.
bugman
Iterator
*
Posts: 122



View Profile WWW
« Reply #45 on: January 06, 2010, 12:42:50 AM »

Did you use an orbit trap to get the weaved effect? I am getting a rather boring looking thing when I use the cosine formula.

It would be interesting to see the inside. Can you render a slice showing half of the fractal so we can see the inside?
Logged
JosLeys
Conqueror
*******
Posts: 57


View Profile WWW
« Reply #46 on: January 06, 2010, 12:49:41 AM »

No orbit trap.
The fourth image I posted is the slice.
Logged
bugman
Iterator
*
Posts: 122



View Profile WWW
« Reply #47 on: January 06, 2010, 04:02:27 AM »

I am curious to see if you get something different from me using the sine version of the formula.
Logged
JosLeys
Conqueror
*******
Posts: 57


View Profile WWW
« Reply #48 on: January 06, 2010, 08:38:21 AM »

The sine version gives this:


* 4D_test_139.jpg (888.12 KB, 1024x737 - viewed 40 times.)
Logged
kram1032
Fractal Phenom
******
Posts: 486


View Profile
« Reply #49 on: January 06, 2010, 10:39:46 AM »

Also nice but noisy smiley

The knot-one surprises with rather simple hyperbolic-ish knot-like geometry smiley
Logged
Nahee_Enterprises
Global Moderator
Fractal Schemer
*****
Posts: 1041



View Profile WWW
« Reply #50 on: January 06, 2010, 12:54:09 PM »

While looking for Glynn fractal patterns using the different variations of
the spherical coordinate formulas, I stumbled on an interesting shape
while using Garth Thornton's variation.  See the images below.  The last
one is a slice.  So this is for z^1.5-0.2..

Very nice and quite interesting!!!     smiley

The inside view was a bit surprising in some ways.
Logged

Sincerely, P.N.L. _  educated _
________________________________________________
http://www.Nahee.com/PNL/Fractals.html
http://www.Nahee.com/Fractals/
Nahee_Enterprises
Global Moderator
Fractal Schemer
*****
Posts: 1041



View Profile WWW
« Reply #51 on: January 06, 2010, 01:01:39 PM »

The sine version gives this:

Reminds me of the underside of a "Megalopyge opercularis" (or "Asp" as we always call them in Texas).
 
« Last Edit: January 30, 2010, 07:00:27 PM by Nahee_Enterprises » Logged

Sincerely, P.N.L. _  educated _
________________________________________________
http://www.Nahee.com/PNL/Fractals.html
http://www.Nahee.com/Fractals/
matsoljare
Safarist
******
Posts: 44



View Profile WWW
« Reply #52 on: January 06, 2010, 09:36:44 PM »



Very interesting, try some other values for that formula!
Logged
JosLeys
Conqueror
*******
Posts: 57


View Profile WWW
« Reply #53 on: January 07, 2010, 12:13:11 AM »

Well here is the Julia for <-.22,0,0>
Could somebody try reproducing this to make sure I do not have some stupid error somewhere?


* 4D_test_141.jpg (317.43 KB, 800x511 - viewed 25 times.)
Logged
David Makin
Global Moderator
Fractal Supremo
*****
Posts: 1174



View Profile WWW
« Reply #54 on: January 07, 2010, 01:22:15 AM »

Well here is the Julia for <-.22,0,0>
Could somebody try reproducing this to make sure I do not have some stupid error somewhere?

Looks correct to me Jos.
Am not posting my rendered version - I can't be bothered waiting for the render to finish, it's so sloooow smiley
Logged

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

http://www.fractalgallery.co.uk/
"Makin' Magic Music" on Jango
Nahee_Enterprises
Global Moderator
Fractal Schemer
*****
Posts: 1041



View Profile WWW
« Reply #55 on: January 08, 2010, 05:28:45 PM »

Well here is the Julia for <-.22,0,0>
Could somebody try reproducing this to make sure I do not have some stupid error somewhere?

Ahhh!!!  The skeletal view of this organism, without the fleshy parts.    wink
Logged

Sincerely, P.N.L. _  educated _
________________________________________________
http://www.Nahee.com/PNL/Fractals.html
http://www.Nahee.com/Fractals/
Nahee_Enterprises
Global Moderator
Fractal Schemer
*****
Posts: 1041



View Profile WWW
« Reply #56 on: January 08, 2010, 05:31:17 PM »

Well here is the Julia for <-.22,0,0>
Could somebody try reproducing this to make sure I do not
have some stupid error somewhere?

Looks correct to me Jos.
Am not posting my rendered version - I can't be bothered
waiting for the render to finish, it's so sloooow   smiley

And what if you both made the same (or similar errors) ??    evil
Logged

Sincerely, P.N.L. _  educated _
________________________________________________
http://www.Nahee.com/PNL/Fractals.html
http://www.Nahee.com/Fractals/
xenodreambuie
Navigator
*****
Posts: 38



View Profile WWW
« Reply #57 on: January 30, 2010, 02:26:49 AM »

Jos and/or David, can you clarify whether this cosine version is the flipped or correct one? Ie any parity additions? It is a beauty, and I haven't managed to reproduce it using inverse iteration. It also seems surprising for one with cosine phi to be symmetric in Z with a fractional power, instead of having a similar kind of asymmetry along X and Z.

I had no difficulty in reproducing the sine version with MIIM. It works with independent roots for theta and phi, with one or two each.
Logged

Regards, Garth
http://xenodream.com
bugman
Iterator
*
Posts: 122



View Profile WWW
« Reply #58 on: January 30, 2010, 07:10:44 AM »

I also haven't been able to reproduce the cosine Glynn with MIIM. This is the formula I used:

{x,y,z}^(1/1.5) = r^(1/1.5)*{cos(theta)*sin(phi),sin(theta)*sin(phi),cos(phi)}
where r = sqrt(x²+y²+z²), theta = (atan2(y,x)+ktheta*pi)/1.5, phi = (acos(z/r)+kphi*pi)/1.5;

I always find one valid root when ktheta = kphi = 0. If z>0 and x>0 then that is the only valid root I find.

If z>0 and x<0 then I find another valid root when ktheta = (y<0?2:1), kphi = 0.

If z<0 then I find two other valid roots when ktheta=((x<0 && y<0)?2:0.5), kphi=((x<0 && y<0)?0:1)
and when ktheta=((x<0 && y>0)?1:2.5), kphi=((x<0 && y>0)?0:1).
Logged
JosLeys
Conqueror
*******
Posts: 57


View Profile WWW
« Reply #59 on: January 30, 2010, 10:29:25 AM »

I think you call this formula the 'flipped' one :
Code:
z= (R^(@pow/2))*sin(@pow*ph)*exp(i*@pow*th)+c1
   zz=(R^(@pow/2))*cos(@pow*ph)+cz
     R=(|z|+zz*zz)
     th=atan2(z)
     ph=atan2(zz+i*cabs(z))
     if ph>=#pi/2,ph=#pi-ph,endif
Logged
Pages: 1 2 3 [4] 5
  Print  
 
Jump to:  


Related Topics
Subject Started by Replies Views Last post
Just another julia Images Showcase (Rate My Fractal) Unhooked 1 327 Last post December 05, 2006, 12:20:29 PM
by Sockratease
Another Julia Images Showcase (Rate My Fractal) Duncan C 5 520 Last post November 05, 2007, 08:39:19 PM
by Kimmo
Julia 2D Art Dinkydau 0 92 Last post March 06, 2009, 05:02:38 PM
by Dinkydau
IFS to Julia set Mandelbrot & Julia Set gamma 1 201 Last post May 28, 2009, 07:40:56 PM
by gamma
Julia set Mandelbulb Renderings JosLeys 3 226 Last post January 15, 2010, 10:32:42 PM
by twinbee

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
Twitter Mod created by 2by2host.com - a web hosting company


Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.192 seconds with 28 queries. (Pretty URLs adds 0.026s, 2q)