Logo by Maya - 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: Follow us on Twitter
 
*
Welcome, Guest. Please login or register. March 29, 2024, 12:56:50 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: Greetings from CozyG  (Read 2456 times)
0 Members and 1 Guest are viewing this topic.
CozyG
Forums Freshman
**
Posts: 13


« on: July 24, 2017, 05:38:30 AM »

Hi everyone, just wanted to introduce myself.

In the last few years I've been exploring fractal flames in JWildfire (thanks Andreas!), and contributing new "variations" to the codebase. (Err, actually I now have quite a backlog of stuff I need to commit...). Most recently I've been focused on finding new ways to apply inversive geometry to IFS fractals.

Lately I've been thinking about applying similar ideas to escape-time fractals. I had browsed FractalForums before, but in the last few months I've really dug in. Particularly into the _huge_ number of threads/posts regarding development of the Mandelbox and its relatives/descendants. Truly an invaluable resource!

I've started coding up some ideas as GLSL fragments for Fragmentarium. And ready to post about those ideas. But thought my first forum post should be an introduction. Thanks everyone for contributing to this amazing forum!

CozyG



« Last Edit: July 24, 2017, 04:48:00 PM by CozyG » Logged
3dickulus
Global Moderator
Fractal Senior
******
Posts: 1558



WWW
« Reply #1 on: July 24, 2017, 06:04:20 AM »

Welcome CozyG smiley
This is something I use to turn things inside out wink http://www.fractalforums.com/fragmentarium/fractal-plus-change-of-domain-mashup/

Code:
uniform bool Invert; checkbox[false]
// coordinate to invert to infinity
uniform vec3 InvertC; slider[(-5,-5,-5),(0,0,0),(5,5,5)]
// performs the active c = T(s)
vec3 domainMap(vec3 c)
{
float s = dot(c,c);
return c/s + InvertC;
}

...
then before the iteration loop where z = incoming position ...
Code:
if(Invert) z = domainMap(-z);

a number of the latest series of images I posted here in the Fragmentarium gallery use this in 2D and a few 3D animations

 A Beer Cup
Logged

Resistance is fertile...
You will be illuminated!

                            #B^] https://en.wikibooks.org/wiki/Fractals/fragmentarium
Pages: [1]   Go Down
  Print  
 
Jump to:  


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.166 seconds with 26 queries. (Pretty URLs adds 0.006s, 2q)