Logo by mario837 - 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 23, 2024, 11:22:48 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: 3d mandel  (Read 23894 times)
0 Members and 1 Guest are viewing this topic.
adelmo
Alien
***
Posts: 38


« Reply #15 on: June 18, 2017, 10:21:39 PM »

Top View


* TopView.PNG (94.55 KB, 653x539 - viewed 471 times.)
Logged
adelmo
Alien
***
Posts: 38


« Reply #16 on: June 24, 2017, 09:28:33 AM »

Mandelbulb3Dv191 has detected more details. Thank you


* Mandelbulb3Dv191_Topview.png (175.71 KB, 511x390 - viewed 457 times.)
Logged
adelmo
Alien
***
Posts: 38


« Reply #17 on: July 01, 2017, 11:38:12 PM »

Julia 3d / 2d comparison


* Julia_param.PNG (215.84 KB, 1114x537 - viewed 501 times.)
Logged
adelmo
Alien
***
Posts: 38


« Reply #18 on: July 01, 2017, 11:41:30 PM »

Julia values ​​used


* Julia_values.PNG (2.58 KB, 232x125 - viewed 639 times.)
Logged
adelmo
Alien
***
Posts: 38


« Reply #19 on: July 04, 2017, 08:28:51 PM »

Julia 3d / 2d comparison


* Julia_param2.PNG (103.63 KB, 1305x535 - viewed 498 times.)

* Julia_values2.PNG (2.47 KB, 251x130 - viewed 635 times.)
Logged
Gerson
Forums Freshman
**
Posts: 18


« Reply #20 on: July 05, 2017, 02:16:38 PM »

It reminds me Quat software. Is it similar?
Logged
adelmo
Alien
***
Posts: 38


« Reply #21 on: August 16, 2017, 09:31:40 PM »

I really can not answer your question, but the comparison can do the same to you.

My program works like this:

The main class is called Fractals where there are all functions for 2d / 3d calculation
and is derived from AllParam where there are all variables, arrays, Bitmaps etc. used in the program.
In a function I populated a class Fractals instance with values coming from other structures.
The main feature is that each FormChild is a key / value dictionary, or, to put it better,
each FormChild has a key / value dictionary associated.
The key is the child name (childName), the value is an instance of the Fractals class (fractals).
Once calculated, the image is stored in the bitmapBase variable contained in AllParam.
So once you've created the image, you do not have to recalculate it.
FormChilds can be closed, resized, moved, etc., but nothing is lost.
In the History menu on the right, just double click to reload the parameters and then
click on the Draw button, where there is a dedicated if statement, to reload the image in memory.
For each Form I have created a structure with default values.
Structures are instantiated in associated forms, and parameter changes in forms,
they actually change the values of the associated structure.
Each time a FormChild is activated, a delegated function is called,
which will update all the parameters. Other than that.

As far as the program is concerned, I manage it and do it for hobby and entertainment,
and I honestly never thought of publishing it, also because I have to review and add different
functionality (parallelization, testing, etc.).

Thank you
Logged
adelmo
Alien
***
Posts: 38


« Reply #22 on: September 06, 2017, 09:49:21 PM »

With the following formula we get the following images. Respectively power = 2 and power = 4

powRad = Math::Pow(rad, power);
theta = Math::Atan2(ny, nx) * power;
phi = Math::Atan2(nz, rad) * power;
nx = powRad * (2.0 / (Math::Exp(phi) + Math::Exp(-phi))) * Math::Cos(theta); //Sech(phi)
ny = powRad * (2.0 / (Math::Exp(phi) + Math::Exp(-phi))) * Math::Sin(theta);
nz = powRad * Math::Tanh(phi) * inverse_azimuth;
nw = powRad * Math::Tanh(phi) * inverse_azimuth;


* Sech(phi).GIF (137.35 KB, 1148x534 - viewed 496 times.)
Logged
adelmo
Alien
***
Posts: 38


« Reply #23 on: September 09, 2017, 02:10:45 AM »

Self similarity, power = 2

              Minimum                      Maximum
X  -0,179966626034698     -0,136156134732695
Y  -1,06056022828191       -0,995683067492954


* Self_similarity.GIF (124.45 KB, 1307x539 - viewed 476 times.)

* Self_similarity_param.GIF (9.8 KB, 328x95 - viewed 570 times.)
Logged
adelmo
Alien
***
Posts: 38


« Reply #24 on: September 09, 2017, 01:17:44 PM »

Julia, X axis rotation: degrees = 35, power = 2


* Julia.PNG (140.42 KB, 653x541 - viewed 441 times.)

* Julia_parameters.PNG (3.5 KB, 241x127 - viewed 548 times.)
Logged
Fluoroantimonic Acid
Forums Newbie
*
Posts: 7



« Reply #25 on: September 09, 2017, 06:05:34 PM »

Wow, looks great!
Logged
adelmo
Alien
***
Posts: 38


« Reply #26 on: September 09, 2017, 07:29:17 PM »

Thank you, thank you so much
Logged
adelmo
Alien
***
Posts: 38


« Reply #27 on: September 10, 2017, 10:44:19 AM »

Julia, power = 2


* Julia_topview.PNG (176.62 KB, 653x534 - viewed 450 times.)
Logged
adelmo
Alien
***
Posts: 38


« Reply #28 on: September 10, 2017, 10:45:52 AM »

Julia, power = 2


* Julia_frontview.PNG (135.75 KB, 651x537 - viewed 429 times.)
Logged
adelmo
Alien
***
Posts: 38


« Reply #29 on: October 07, 2017, 06:49:04 AM »

five


* five.GIF (110.38 KB, 1208x538 - viewed 496 times.)

* five_param.GIF (11.13 KB, 242x153 - viewed 500 times.)
Logged
Pages: 1 [2] 3   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Mandel FractalForums.com Banner Logos fractalwizz 0 1998 Last post October 13, 2009, 08:08:07 PM
by fractalwizz
Mandel 5.3 Multi Platform poorfuckedupnature 0 4119 Last post January 17, 2010, 07:15:25 PM
by poorfuckedupnature
Mandel-Orb Mandelbulb3D Gallery Lee Oliver 0 1625 Last post February 05, 2011, 04:41:39 PM
by Lee Oliver
3D Mandel Images Showcase (Rate My Fractal) 3dickulus 0 1395 Last post March 19, 2016, 08:53:21 PM
by 3dickulus
3d Mandel Still Frame - Wildstyle adelmo 0 1406 Last post June 01, 2017, 10:24:39 PM
by adelmo

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