Logo by S Nelson - 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, 07:20:19 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: Gestaltlupe  (Read 2267 times)
Description: Representation of user defined 3d sets.
0 Members and 1 Guest are viewing this topic.
trafassel
Fractal Bachius
*
Posts: 531


trafassel
« on: June 06, 2010, 09:52:28 PM »

Binaries are available at:

http://github.com/trafassel/Gestaltlupe/tree/master/bin/

Licence: GPL v. 3.0

Logged
trafassel
Fractal Bachius
*
Posts: 531


trafassel
« Reply #1 on: June 06, 2010, 10:02:38 PM »

Formula (Mandelbulb Power 2):

Cut the upper part to get the mandelbrot set:

if(bi>0)
 return 1;


Loop (br,bi,bj is the (x,y,z)-Position of the point in the set to test):

 xx = x * x; yy = y * y; zz = z * z;
 r_xy=Math.Sqrt(xx+yy);
 a = 1;
 if(r_xy!=0.0)
   a= 1 - zz *( r_xy);
 y=2 *x*y*a+bj;
 x = (xx - yy) * a+br;
 z = 2 * z * r_xy+bi;



* Data101pic10025small.jpg (110.73 KB, 1200x720 - viewed 436 times.)
Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Gestaltlupe 1.0.2 Announcements & News trafassel 0 1612 Last post November 08, 2010, 10:18:06 PM
by trafassel
Kaliset meets Gestaltlupe Images Showcase (Rate My Fractal) Kali 0 1239 Last post May 06, 2011, 07:06:41 AM
by Kali
Gestaltlupe Other / General Discussion trafassel 1 2345 Last post June 06, 2011, 03:55:20 AM
by trafassel
Gestaltlupe WebGl Export Gestaltlupe Gallery trafassel 0 1173 Last post November 04, 2016, 10:22:14 AM
by trafassel
Gestaltlupe 3.4 Gestaltlupe trafassel 1 2464 Last post December 04, 2016, 03:02:52 PM
by trafassel

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