Logo by stereoman - 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: Did you know ? you can use LaTex inside Postings on fractalforums.com!
 
*
Welcome, Guest. Please login or register. April 19, 2024, 06:00:49 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 [2] 3   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: Mandelbulb and Mandelbox mix  (Read 13851 times)
0 Members and 1 Guest are viewing this topic.
Buddhi
Fractal Iambus
***
Posts: 895



WWW
« Reply #15 on: March 14, 2010, 05:52:30 PM »

Close-up of previous image


http://www.fractalforums.com/index.php?action=gallery;sa=view;id=1851
http://krzysztofmarczak.deviantart.com/art/Mandel-balls-2-157234124
Logged

kram1032
Fractal Senior
******
Posts: 1863


« Reply #16 on: March 14, 2010, 07:17:54 PM »

It's like a whole system of planets with vegetation cheesy

I'd love to live on one of them cheesy

As far as I can tell, they all look different, right?
Are they ordered in a cuboid way or a little more organic?

EDIT: Oh I see, it's actually spheres, made of smaller spheres, made of...
Well, still interesting to live on one of them cheesy
Logged
twinbee
Fractal Fertilizer
*****
Posts: 383



WWW
« Reply #17 on: March 15, 2010, 04:31:20 PM »

Wow, I can't believe the delicate equilibrium of detail survived the merging of two quite different techniques!

Great find. Worlds within worlds...
Logged
KRAFTWERK
Global Moderator
Fractal Senior
******
Posts: 1439


Virtual Surreality


WWW
« Reply #18 on: March 15, 2010, 04:33:54 PM »

Totally alien Buddhi!!!  alien

Thanks!
Logged

Buddhi
Fractal Iambus
***
Posts: 895



WWW
« Reply #19 on: March 16, 2010, 07:13:12 PM »

Thank you for nice comments.

Next image shows Juliabulb power 2 (c = {-0.6, 0,0}) with folding function:

if (x > 4.0) x = 8.0 - x;
else if (x < -4.0) x = -8.0 - x;
...
(the same for other axes)

Interesting is that now there are visible structures similar to high power Mandelbulbs although power = 2.


http://www.fractalforums.com/index.php?action=gallery;sa=view;id=1866
Logged

kram1032
Fractal Senior
******
Posts: 1863


« Reply #20 on: March 16, 2010, 08:03:52 PM »

So this is not a Mbox-folding?

Or are those conditions similar to those from the Mbox?

I somehow always missed the basic Mbox formula^^

This looks great, like a lot of connected fractal ball bearings cheesy

It's very interesting how this kind of fractals mix organic and mechanic look'n'feel in a very new way smiley
(For instance, a car, especially a sports car but basically any modern car, looks very organic and mechanic at the same time but this fractal has that property in a totally different way)
Logged
Buddhi
Fractal Iambus
***
Posts: 895



WWW
« Reply #21 on: March 16, 2010, 08:44:23 PM »

It is a Mbox-folding but only cubic part (without spherical folding)

if (x > 4.0) x = 8.0 - x;
else if (x < -4.0) x = -8.0 - x;
if (y > 4.0) y = 8.0 - y;
else if (y < -4.0) y = -8.0 - y;
if (z > 4.0) z = 8.0 - z;
else if (z < -4.0) z = -8.0 - z;
new = MandelbulbFormulaPower2(x,y,z); //or other 3D formula e.g. quaternion
x = new.x + cx;
y = new.y + cy;
z = new.z + cz;
Logged

kram1032
Fractal Senior
******
Posts: 1863


« Reply #22 on: March 16, 2010, 08:54:00 PM »

ah, I see smiley
A pretty simple set of if-rules cheesy
Logged
aluminumstudios
Conqueror
*******
Posts: 135


« Reply #23 on: March 17, 2010, 01:53:14 AM »

These are both brilliant and beautiful.  The color and lighting in the renderings are quite artistic and stunning too.
 Repeating Zooming Self-Silimilar Thumb Up, by Craig
Logged
Timeroot
Fractal Fertilizer
*****
Posts: 362


The pwnge.


WWW
« Reply #24 on: March 18, 2010, 05:40:34 AM »

I was just thinking... in combination with "Amazing fractal" (which seems kind of to have died out), and "Mandelbox", I think "Cantor Cube" is another fitting description. It is nowhere dense, (unlike the Mandelbulb), and it takes the form of a cube, like 3D cantor dust. The difference of course being that it's so much cooler.
Logged

Someday, man will understand primary theory; how every aspect of our universe has come about. Then we will describe all of physics, build a complete understanding of genetic engineering, catalog all planets, and find intelligent life. And then we'll just puzzle over fractals for eternity.
visual.bermarte
Fractal Fertilizer
*****
Posts: 355



« Reply #25 on: March 28, 2010, 03:47:09 PM »

Hi, here's my attempt using Tglad's cubic folding used by Buddhi.
Made using Subblue's mandelbulb.

<a href="http://www.youtube.com/v/1ffrrWA_E5I&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/1ffrrWA_E5I&rel=1&fs=1&hd=1</a>.
« Last Edit: October 12, 2010, 12:41:49 PM by visual » Logged
Buddhi
Fractal Iambus
***
Posts: 895



WWW
« Reply #26 on: March 28, 2010, 03:55:44 PM »

Hi, here's my attemp using Tglad's cubic folding used by Buddhi.
Made using Subblue's mandelbulb.

Interesting animation. Which parameters did you animate? Folding limits or Julia constant?
Logged

visual.bermarte
Fractal Fertilizer
*****
Posts: 355



« Reply #27 on: March 28, 2010, 04:03:37 PM »

Julia+Radiolaria+Power+camera position and zoom.
It's possible to use variables+sliders for folding's values as well.
Logged
trafassel
Fractal Bachius
*
Posts: 531


trafassel
« Reply #28 on: April 24, 2010, 09:06:14 PM »

Same combination as Buddhis. First Quaternion, then folding in the box (no sphere folding).

Scale = 2


* Data306pic12151small.jpg (110.17 KB, 1200x1200 - viewed 295 times.)
Logged
David Makin
Global Moderator
Fractal Senior
******
Posts: 2286



Makin' Magic Fractals
WWW
« Reply #29 on: April 25, 2010, 02:20:50 AM »

Here's part of the standard z^8 "-sine" Mandelbulb with the standard scale 2 Mandelbox transform applied first on each iteration (rectangular and spherical folding and the scale):

"Thistledown"



If no image above then just click the link 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
Pages: 1 [2] 3   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Fractal dimension of Mandelbulb, Mandelbox etc 3D Fractal Generation Tglad 2 2525 Last post April 09, 2010, 10:17:48 AM
by cKleinhuis
let's help improve the mandelbox/mandelbulb articles on wiki! Let's collaborate on something! kaini 0 552 Last post July 07, 2010, 10:04:42 PM
by kaini
Periodic orbits of mandelbulb and mandelbox Theory Tater 0 1258 Last post December 11, 2010, 05:55:18 PM
by Tater
a 3D Mandelbulb/Mandelbox gallery on the web 3D Fractal Generation cbuchner1 1 1762 Last post April 07, 2012, 06:58:22 AM
by taurus

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.148 seconds with 24 queries. (Pretty URLs adds 0.01s, 2q)