Logo by Trifox - 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 28, 2024, 09:55:49 AM


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 [2] 3 4 5   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: Choosing the squaring formula by location  (Read 27815 times)
0 Members and 1 Guest are viewing this topic.
kram1032
Fractal Senior
******
Posts: 1863


« Reply #15 on: January 24, 2010, 03:31:19 AM »

this one actually looks like it might be worth for a zoom... smiley
Logged
msltoe
Iterator
*
Posts: 187


« Reply #16 on: January 25, 2010, 03:05:33 AM »

I truncated the norm by mistake on the last picture. If you let the fractal reach its true extent it has some disconnected flowers. I also added some color... finally. No more "all blues." Not sure if zooming would bring out much as there may be some non-isotropic stretching.


* mand.ico5.rb.2.png (440.2 KB, 500x500 - viewed 787 times.)
« Last Edit: January 25, 2010, 03:20:44 AM by msltoe » Logged
kram1032
Fractal Senior
******
Posts: 1863


« Reply #17 on: January 25, 2010, 02:10:52 PM »

nice, however, the colours are so saturate that they actually kill some detail...Grin with closed eyes
Logged
msltoe
Iterator
*
Posts: 187


« Reply #18 on: January 25, 2010, 02:42:12 PM »

kram1032: It's not the colors' fault, I think. The un-truncated fractal doesn't have the "furriness" of the truncated one. Instead, there's a lot of thin flakes like the first icosahedral one I showed. It seems that radial scaling is too fast compared to attraction to the vertices.
Logged
msltoe
Iterator
*
Posts: 187


« Reply #19 on: February 08, 2010, 04:22:53 AM »

With my updated rendering code, here's the fractal from the first post revisited. Some flat parts and some chaos.
Algorithm:

   if ((x*x>y*y)&&(x*x>z*z)) {
    x1 = x*x-y*y-z*z;
    y1 = 2*x*y;
    z1 = 2*x*z;
   }
   if ((y*y>z*z)&&(y*y>x*x)) {
    x1 = 2*x*y;
    y1 = y*y-x*x-z*z;
    z1 = 2*y*z;
   }
   if ((z*z>y*y)&&(z*z>x*x)) {
    x1 = 2*x*z;
    y1 = 2*y*z;
    z1 = z*z-x*x-y*y;
   }
  x = x1+a;y=y1+b;z=z1+c;





« Last Edit: February 08, 2010, 04:30:05 AM by msltoe » Logged
kram1032
Fractal Senior
******
Posts: 1863


« Reply #20 on: February 08, 2010, 03:03:48 PM »

Nice smiley

You know, even if that what you said before was the case, hyper-saturate colours tend to kill some amounts of details...

THe new renders with less saturation are way better with that smiley
Logged
msltoe
Iterator
*
Posts: 187


« Reply #21 on: February 09, 2010, 02:53:11 AM »

kram1032: There's a balance of saturation vs. detail. I guess I find the bright colors appealing, reminds me of candy.
Here's the 6-way attractor rendered with better methods:

Ignore the diagonal line going through the center. That must be an artifact of my "if" statements.  :smiley
« Last Edit: February 09, 2010, 02:54:58 AM by msltoe » Logged
kram1032
Fractal Senior
******
Posts: 1863


« Reply #22 on: February 09, 2010, 03:49:49 PM »

With some nice organometallic textures, those could be the merge of nature and technology, when on one had the robots get intelligent enough and on the other hand nature fights back and they suddenly notice that both have the same goals and start a symbiosis O.o

Ok, I guess I have too much fantasy today smiley

Anyways, very nice and somewhat cuborganic smiley
Logged
jehovajah
Global Moderator
Fractal Senior
******
Posts: 2749


May a trochoid in the void bring you peace


WWW
« Reply #23 on: February 11, 2010, 05:45:51 AM »

By request, the icosahedral attractor. I found a simple shortcut instead of computing the rotated quaternion attractors. The idea is that z^2 can also be thought of as a reflection of the pole [e.g.,(1,0,0)] to (x,y,z) with lots of sphere normalizations.

Actually reminds me of virus capsids which somebody attempted to render for me in a koch snowflake form.
Logged

May a trochoid of ¥h¶h iteratively entrain your Logos Response transforming into iridescent fractals of orgasmic delight and joy, with kindness, peace and gratitude at all scales within your experience. I beg of you to enrich others as you have been enriched, in vorticose pulsations of extravagance!
msltoe
Iterator
*
Posts: 187


« Reply #24 on: March 15, 2010, 03:04:27 PM »

Using a Mandelbub order 2 transformation with interchange of y and z depending on z*z < or > y*y, the Julia with seed (-0.75,0,0)
has some nice bulb properties. Essentially, the interchange removes the poles, but introduces some discontinuities at |y| = |z|.
Careful examination suggests the true 3-D Mandelbrot is stil elusive. For example, the bulbs get squashed in the y-z plane.

« Last Edit: March 15, 2010, 03:06:55 PM by msltoe » Logged
kram1032
Fractal Senior
******
Posts: 1863


« Reply #25 on: March 15, 2010, 03:15:02 PM »

that's VERY close cheesy
How does the whole Mset of this look like?
Logged
msltoe
Iterator
*
Posts: 187


« Reply #26 on: March 15, 2010, 03:25:28 PM »

The M-set of this one is actually the Mandellettuce I posted several months earlier on this thread.
Julias look better in some cases even though (I think) they tend to be more self-similar and less diverse as you zoom in.
I'll try to get a new pic of the M-set of this one tomorrow, but as you'll see it's very much lacking. 
Logged
KRAFTWERK
Global Moderator
Fractal Senior
******
Posts: 1439


Virtual Surreality


WWW
« Reply #27 on: March 15, 2010, 04:30:29 PM »

Cool, mandel-pumpkin?  afro

Very interesting!

Logged

hobold
Fractal Bachius
*
Posts: 573


« Reply #28 on: March 15, 2010, 05:29:00 PM »

Careful examination suggests the true 3-D Mandelbrot is stil elusive.
You certainly got very close.

I have wondered myself if Tglad's folding trick could somehow be used on the sphere to let any poles vanish during a Mandelbulb computation. But even then the coordinate system would still introduce some distortion.
Logged
Tglad
Fractal Molossus
**
Posts: 703


WWW
« Reply #29 on: March 15, 2010, 11:14:17 PM »

Very cool msltoe  afro
Logged
Pages: 1 [2] 3 4 5   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Basic location & zoom question Programming jwm-art 6 6082 Last post February 21, 2010, 04:43:00 AM
by Duncan C
Different angle of a well-known location Movies Showcase (Rate My Movie) Kalles Fraktaler 3 1493 Last post September 08, 2013, 07:43:34 PM
by cKleinhuis
[Buddhabrot] Choosing randomly on the mercator / log map (new) Theories & Research tit_toinou 0 345 Last post January 28, 2014, 01:02:57 PM
by tit_toinou
'Squaring the Circles' Images Showcase (Rate My Fractal) AbstractVisionaryArt 0 1319 Last post June 03, 2014, 05:43:27 AM
by AbstractVisionaryArt
squaring benchmark Complex Numbers claude 13 4437 Last post April 11, 2016, 09:43:51 AM
by Kalles Fraktaler

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