Logo by wmauzey - 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: Visit the official fractalforums.com Youtube Channel
 
*
Welcome, Guest. Please login or register. April 19, 2024, 01:20:29 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]   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: Formula update  (Read 7309 times)
0 Members and 1 Guest are viewing this topic.
Jesse
Download Section
Fractal Schemer
*
Posts: 1013


« on: December 16, 2010, 01:00:21 PM »

Here is a little formula update, containing the following:

_FlipXY
_FlipXZ
_FlipYZ
 -> exchanging the specific components

ABoxVeryScale
 -> a bugfix and a speed improvement for power=1, reload in the formula tab with the open button to exchange it with the old version

CommQuat
 -> same as TrafasselQuat, only that the formula was made by Fracmonk, sorry my fault!  (the old formula will no more displayed in the next program version)

IdesFormula
 -> this was done by Trafassel  smiley


I have included short descriptions in the formulas, you can read the .m3f files with a simple editor.

* M3DformulasUpdate.zip (2.41 KB - downloaded 767 times.)
Logged
bib
Global Moderator
Fractal Senior
******
Posts: 2070


At the borders...


100008697663777 @bib993
WWW
« Reply #1 on: December 16, 2010, 01:40:14 PM »

Thanks for this update Jesse! The Flips will be opening new perspectives from what I can see after 2 minutes...
Logged

Between order and disorder reigns a delicious moment. (Paul Valéry)
Prokofiev
Safarist
******
Posts: 98



« Reply #2 on: December 16, 2010, 02:39:27 PM »

Thanks,
I find the CommQuat very surprizing: Our good old Mandelbrot set squeezed in this very "cubic" 3D shapes.
Logged

Sincerely,
Alexis
reallybigname
Conqueror
*******
Posts: 139



reallybigname reallybigname
WWW
« Reply #3 on: December 16, 2010, 08:26:48 PM »

Yay! I just grabbed em and tried out the kumquat. So cool...  Will try the rest later! 
Logged

¸,ø¤º°`°º¤ø,¸ ̿''\̵͇̿̿\з=(•̪●)=ε/̵͇̿̿/'̿'̿ ¸,ø¤º°`°º¤ø,¸
My Gallery on FractalForums:
http://www.fractalforums.com/index.php?action=gallery;su=user;cat=228;u=2941

My YouTube channel:
http://www.youtube.com/user/reallybigname
Madman
Fractal Molossus
**
Posts: 678



« Reply #4 on: December 16, 2010, 09:16:36 PM »

Nice... Flipping definitely creates some unexpected results! I'm gonna enjoy them I think!
Logged

All I want is a warm bed, a kind word and unlimited power (Ashleigh Brilliant)
Jesse
Download Section
Fractal Schemer
*
Posts: 1013


« Reply #5 on: December 16, 2010, 10:37:58 PM »

Flipping gives just some more possibilities, it behaves simply like a 45 degree mirroring plane on the two dimensions.

I like the unusual CommQuat formula from Fracmonk too.  Every unexpected find is a good find  smiley
If you invert the W multiplier it becomes more roundy, but also interesting.

Hope i can build some user made formula interface in the future, time will tell.
Logged
cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #6 on: December 17, 2010, 03:13:27 AM »

somehow you have a formula construction kit, you just would need +/* of a constant, or "z"  as additional parameter, so that an usual z^2+c could be formulated completely with constructive elements ... and it would also fit into the alternating logic, just the bailout conditions should be questioned at the end of a sequence, in alternating formulation
z^2+c would be like
variable "z" exponentiated by constant value "2", adding of constant value "c" ( constant in means for the whole image )

this was basically my main idea of the "mutatorkammer" application ( also downloadable in the downloads section ) where the base functions can be recombined to create
new one ...

@jesse great program, have to start a trip by my own now!
Logged

---

divide and conquer - iterate and rule - chaos is No random!
Prokofiev
Safarist
******
Posts: 98



« Reply #7 on: December 17, 2010, 09:49:48 AM »

Hope i can build some user made formula interface in the future, time will tell.
That would be great !
Logged

Sincerely,
Alexis
DonTen
Alien
***
Posts: 39


WWW
« Reply #8 on: December 17, 2010, 11:37:00 AM »

Thank you Jesse.
Looking forward to trying these out.
Logged
bib
Global Moderator
Fractal Senior
******
Posts: 2070


At the borders...


100008697663777 @bib993
WWW
« Reply #9 on: December 17, 2010, 02:29:45 PM »

Following Trifox's comments above, that would be a good idea to have a checkbox in each formula tab "check bailout" that would be checked by default.

Also, would that be possible to add new formulas  ?

_InvX (x'=1/x)
_InvY
_InvZ

Logged

Between order and disorder reigns a delicious moment. (Paul Valéry)
Madman
Fractal Molossus
**
Posts: 678



« Reply #10 on: December 17, 2010, 08:03:54 PM »

Mirroring in a plane with adjustable angle might be fun. Would that be easy to incorporate, Jesse? And, slightly off topic, another one on my wishlist  grin: Would it be possible to make the "midpoint" (or more the midline) of the colours in the background / depth control adjustable?
Logged

All I want is a warm bed, a kind word and unlimited power (Ashleigh Brilliant)
Jesse
Download Section
Fractal Schemer
*
Posts: 1013


« Reply #11 on: December 17, 2010, 11:32:07 PM »

An arbitrary folding plane could be made like, no prob.  Also the reciprocal value, but i may have to find a new way to display all these for selecting...

A no go for 3 depth colors for now, because of light parameters are filled and dont want to change there something yet.
(You could use colored background images maybe, though it gives not the same adjustment possies)

A checkbox for "Check bailout":  the bailout is not checked for all formulas.
To make it selectable could be a way that i have to check.

Trifox, i am not sure which way i go, to make just functions for callling with parameters would decrease the speed in comparison to a good inline compilation, but that may be a good starting point and could be optimised later on.
But all these interfaces need time to make...
Logged
Madman
Fractal Molossus
**
Posts: 678



« Reply #12 on: December 18, 2010, 12:00:17 AM »

The right column is growing in size rather rapidly, I agree... How about putting "primary" formula's in the left column and the _functions in the 2nd?

I'm not talking about a 3rd colour, Jesse, but more about a way to move the horizon between the bottom and the top colour. I mean, sometimes it's useful to have the midpoint between colour 1 and colour 2 at 1/3 of the image height and sometimes it may be better to have it at 2/3.
Logged

All I want is a warm bed, a kind word and unlimited power (Ashleigh Brilliant)
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Update to mmf.ufm in the UF formula database UltraFractal David Makin 1 5469 Last post June 19, 2009, 03:01:21 AM
by David Makin
Update to the mmf wip formula for Ultra Fractal Mandelbulb Implementation « 1 2 3 4 5 » David Makin 74 46896 Last post April 20, 2014, 09:18:56 PM
by Biomechanic
Formula Database Update Other / General Discussion Plotz 9 4684 Last post July 21, 2011, 12:07:04 AM
by Plotz
Gallery Update 6.7 Fractal Forums News cKleinhuis 2 1023 Last post February 13, 2015, 11:55:50 PM
by cKleinhuis
4k Gallery Update Fractal Forums News cKleinhuis 0 1005 Last post February 13, 2015, 04:02:49 PM
by cKleinhuis

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.176 seconds with 28 queries. (Pretty URLs adds 0.007s, 2q)