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: Support us via Flattr FLATTR Link
 
*
Welcome, Guest. Please login or register. April 24, 2024, 07:58:22 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: Storm is coming, embrace the Dust  (Read 434 times)
0 Members and 1 Guest are viewing this topic.
youhn
Fractal Molossus
**
Posts: 696


Shapes only exists in our heads.


« on: November 24, 2014, 05:48:15 PM »

Some heavy things lurk around above the surface of fractal 3D worlds. This image captures the onset of the big dust storm, which would later convert the shallow oceans of this planet to brown slurries. Lots of minerals and enough radiation from the nearby star though, so evolution will prevail.



Source: http://jeroensnake.deviantart.com/art/Storm-is-coming-embrace-the-Dust-496196982

Created with Mandelbulber 1.21-1, with quick hack to add the ABS operator to "fast_trig" formula:

Code:
{
double x2 = z.x * z.x;
double y2 = z.y * z.y;
double z2 = z.z * z.z;
double temp = 1.0 - z2 / (x2 + y2);
double newx = (x2 - y2) * temp;
double newy = 2.0 * z.x * z.y * temp;
double newz = -2.0 * z.z * sqrt(x2 + y2);
z.x = fabs(newx) + constant.x;
z.y = newy + constant.y;
z.z = fabs(newz) + constant.z;
r = z.Length();
break;
}
[\code]
Logged
Dinkydau
Fractal Senior
******
Posts: 1616



WWW
« Reply #1 on: November 24, 2014, 06:09:39 PM »

Great
Logged

Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Gold dust Images Showcase (Rate My Fractal) thargor6 0 970 Last post May 06, 2012, 10:40:43 PM
by thargor6
Gold dust JWildfire Gallery thargor6 0 568 Last post December 09, 2012, 10:30:16 PM
by thargor6
Embrace The Potential Of Your Inner Light Mandelbulb3D Gallery CO99A5 1 775 Last post January 02, 2014, 02:10:41 AM
by cKleinhuis
Dust Storm - Kepler 16b Mandelbulber Gallery mclarekin 0 649 Last post September 29, 2014, 01:17:48 AM
by mclarekin
Soft embrace Mandelbulb3D Gallery DarkBeam 0 453 Last post April 13, 2015, 04:38:26 PM
by DarkBeam

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