Logo by dainbramage - 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. April 20, 2024, 12:53:46 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   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: Mandelbulber v2 - 2.05  (Read 10700 times)
0 Members and 1 Guest are viewing this topic.
taurus
Fractal Supremo
*****
Posts: 1175



profile.php?id=1339106810 @taurus_arts_66
WWW
« Reply #30 on: October 21, 2015, 10:33:58 PM »

Back to my initial thoughts about hybridisation. I must admit, that it seems to be the same in both programs. Without adding any proofs, I tried with a simple Abox/Abox (Mbox/Mbox) hybrid. The results were pretty tha same, while the orientation of axis are very different. But still it is very hard to find some portable params (maybe Mbox / IFS works, but I need time to try) Even a simple Abox, _Abox, _addc hybrid, I used in many variations, fails, as the fractal constant factor is a global variable in Mandelbulber. I need time, that I don't have to investigate... lips are sealed
Logged

when life offers you a lemon, get yourself some salt and tequila!
DarkBeam
Global Moderator
Fractal Senior
******
Posts: 2512


Fragments of the fractal -like the tip of it


« Reply #31 on: October 21, 2015, 11:28:59 PM »

Add c does not modify C. Adds it to the current variables wink
Logged

No sweat, guardian of wisdom!
mclarekin
Fractal Senior
******
Posts: 1739



« Reply #32 on: October 22, 2015, 01:27:06 AM »

Try using Mandelbox _ extended formula. Use AdditionConstant to add a constant (e.g same as Julia which is just an addition constant vector).

standard mandlebox is transforms :-       boxFold, sphericalFold, scale and then  an addition constant  which is            z =     z  + C ("original pixel coordinates")  * constantMultiplier,
but you can have transforms :-                boxFold, sphericalFold, scale and then  an addition constant   which is           z =     z  +  constant  (which is sometimes called "c" to confuse us.)
 
Previous versions of Mandelbulber you only had the choice of  those two options, and the fractals making up the hybrid all had to have the same addition constant. In fact the constantMuliplier  was limited to a single number ( not a vector).

Now you can have both these transforms included such that you can animate from standard MBox to Julia by infinite combinations.

As there are two instances of MBox transforms in Mandelbox_Extended tab, you can make a complete Mbox-mbox +c in that tab,  without having to slow things down by enabling hybrids.


Logged
taurus
Fractal Supremo
*****
Posts: 1175



profile.php?id=1339106810 @taurus_arts_66
WWW
« Reply #33 on: October 22, 2015, 07:19:43 AM »

Add c does not modify C. Adds it to the current variables wink
I know, but in bulber it is "gobal" and modifys every formula. _abox, addc is the same as abox (without underline)
Logged

when life offers you a lemon, get yourself some salt and tequila!
mclarekin
Fractal Senior
******
Posts: 1739



« Reply #34 on: October 22, 2015, 08:55:04 AM »

Quote
I know, but in bulber it is "gobal" and modifys every formula

Only in the old formulas. In the new extended formulas  you have two instances of the z = z + additionConstant in each tab that you can choose to include in your iteration loop. If you enable hybrids you have more.  They are all individual CVector groups. wink
Logged
Buddhi
Fractal Iambus
***
Posts: 895



WWW
« Reply #35 on: October 24, 2015, 06:56:44 PM »

I know, but in bulber it is "gobal" and modifys every formula. _abox, addc is the same as abox (without underline)

Correct me if I understand it in wrong way. In Mandelbulb3D there are two types of formulas. Name of some of them starts from _underline. That which has underline don't add c constant after iteration?
I can see also checkbox "repeat from here". Is this repeat hybrid sequence from pointed fractal after finishing first sequence?
 
Logged

DarkBeam
Global Moderator
Fractal Senior
******
Posts: 2512


Fragments of the fractal -like the tip of it


« Reply #36 on: October 24, 2015, 07:49:35 PM »

Underline m3f always...
1 have no DE
2 Transform either the C constant or the vector. Some transform both. But they are useless alone. They just to that to alter subsequent formulas.

Ok? smiley
Logged

No sweat, guardian of wisdom!
visual.bermarte
Fractal Fertilizer
*****
Posts: 355



« Reply #37 on: October 26, 2015, 04:21:58 AM »

Mac OS X version (from OS X 10.4 to 10.11 - 64 bit) no password required to install. Built with XCode Azn > http://bit.ly/1kGoQni
Logged
Buddhi
Fractal Iambus
***
Posts: 895



WWW
« Reply #38 on: October 26, 2015, 07:13:16 PM »

Thank you Bermarte!
Logged

quaz0r
Fractal Molossus
**
Posts: 652



« Reply #39 on: October 27, 2015, 03:06:36 AM »

hopefully not built with infected xcode  afro
Logged
visual.bermarte
Fractal Fertilizer
*****
Posts: 355



« Reply #40 on: October 27, 2015, 09:54:00 AM »

hopefully not built with infected xcode  afro
Thanks for the heads up Quaz0r, I have downloaded it from from the developer downloads site https://developer.apple.com/xcode/downloads/ signed in with my Apple ID.
Logged
taurus
Fractal Supremo
*****
Posts: 1175



profile.php?id=1339106810 @taurus_arts_66
WWW
« Reply #41 on: October 27, 2015, 10:27:45 AM »

Correct me if I understand it in wrong way. In Mandelbulb3D there are two types of formulas. Name of some of them starts from _underline. That which has underline don't add c constant after iteration?
I can see also checkbox "repeat from here". Is this repeat hybrid sequence from pointed fractal after finishing first sequence?
 
Yupp, and to complete the confusion, I forgot to write the underline before _addc. As darkbeam wrote, underline formulas are incomplete, most of them are modificators. So, correct I should have written:
_a(mazing)box, _addc is the same as a(mazing)box. Most of the time, I use first variant, even when addc is set to 1,1,1. A negcscale rotbox for example can be written in a 3 slot hybrid in m3d as _abox, _addc, _rotate (not sure about order). And the repeat from here works as you expect, after first iteration (afaik).
Logged

when life offers you a lemon, get yourself some salt and tequila!
taurus
Fractal Supremo
*****
Posts: 1175



profile.php?id=1339106810 @taurus_arts_66
WWW
« Reply #42 on: November 01, 2015, 10:50:33 PM »

Just to complete the compatibility report: There once was a discussion about rotation differences here http://www.fractalforums.com/mandelbulb-software/rotboxes-mandelbulber-vs-abox-platinum/msg51114/#msg51114. Jesse also provided a little tool to transform angles between programs. I use it with success, since he wrote it!
Logged

when life offers you a lemon, get yourself some salt and tequila!
taurus
Fractal Supremo
*****
Posts: 1175



profile.php?id=1339106810 @taurus_arts_66
WWW
« Reply #43 on: November 09, 2015, 10:23:06 PM »

Just played around with v2.05. Is it possible, that the mandelbox-extended has no julia mode? Tried to transport a 1.x mandelbox to extended, but allways had the mandelbrot set afterwards. Didn't find something useful within the extended options. Remaining confused...  What ?? !!
Logged

when life offers you a lemon, get yourself some salt and tequila!
mclarekin
Fractal Senior
******
Posts: 1739



« Reply #44 on: November 10, 2015, 01:25:11 AM »

Julia coordinates = additionConstant x , y,  z

BTW.  I would not convert much into V2.05 extended formulas  as  V2.06 will be released soon. TheV2.05 extended formulas will not  be compatible with V2.06 except by editing .fract files. All parameters that currently start with the word mandebulb5, mandelbox103 and quaternion104 will be  replaced with the common word "transforms". (plus some other changes))
Logged
Pages: 1 2 [3] 4   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Mandelbulber 0.80 Mandelbulber Buddhi 5 8244 Last post June 27, 2010, 05:30:54 PM
by knighty
Mandelbulber 0.85 Mandelbulber Buddhi 6 4996 Last post July 25, 2010, 10:00:13 PM
by kram1032
Mandelbulber 0.93 Mandelbulber Buddhi 12 6372 Last post October 17, 2010, 03:19:15 PM
by Buddhi
mandelbulber Help & Support ramblerette 1 1047 Last post October 18, 2010, 02:56:02 PM
by ramblerette
Mandelbulber 0.94 Mandelbulber « 1 2 » Buddhi 15 10597 Last post October 24, 2010, 09:36:01 AM
by Buddhi

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