Logo by AGUS - Contribute your own Logo!
News: Follow us on Twitter
 
*
Welcome, Guest. Please login or register., Guest. Please login or register. September 03, 2010, 10:01:52 AM


Login with username, password and session length



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



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: 93


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



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: 93


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 56 times.)
Logged
kram1032
Fractal Iambus
***
Posts: 909


« 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
World Renowned
Global Moderator
Fractal Omnipotent
******
Posts: 1423


use email to contact


nahee_enterprises Nahee.Enterprises NaheeEnterprise
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

Nahee_Enterprises
World Renowned
Global Moderator
Fractal Omnipotent
******
Posts: 1423


use email to contact


nahee_enterprises Nahee.Enterprises NaheeEnterprise
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

matsoljare
Conqueror
*******
Posts: 56



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



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


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 44 times.)
Logged
David Makin
Global Moderator
Fractal Omnipotent
******
Posts: 1396



Makin' Magic Fractals
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
World Renowned
Global Moderator
Fractal Omnipotent
******
Posts: 1423


use email to contact


nahee_enterprises Nahee.Enterprises NaheeEnterprise
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

Nahee_Enterprises
World Renowned
Global Moderator
Fractal Omnipotent
******
Posts: 1423


use email to contact


nahee_enterprises Nahee.Enterprises NaheeEnterprise
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

xenodreambuie
Navigator
*****
Posts: 38



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



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: 93


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 3 615 Last post May 19, 2010, 03:11:42 PM
by Bent-Winged Angel
Another Julia Images Showcase (Rate My Fractal) Duncan C 5 775 Last post November 05, 2007, 08:39:19 PM
by Kimmo
Julia 2D Art Dinkydau 0 325 Last post March 06, 2009, 05:02:38 PM
by Dinkydau
IFS to Julia set Mandelbrot & Julia Set gamma 3 397 Last post June 09, 2010, 08:34:37 AM
by Calcyman
Julia set Mandelbulb Renderings JosLeys 4 675 Last post May 19, 2010, 03:06:26 PM
by djydream

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC

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