Logo by AGUS - 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 19, 2024, 12:56:53 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]   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: Windows  (Read 1430 times)
0 Members and 1 Guest are viewing this topic.
alexl
Safarist
******
Posts: 91


WWW
« on: January 09, 2014, 06:52:17 PM »

Windows



http://www.fractalforums.com/index.php?action=gallery;sa=view;id=15406

Formula:

void AmazingOct(inout dvec4 p, float scale, float Fold, float m2, inout double rr)
{
   Menger(p, 2.0, vec3(1.0,0.5,0.5));
   rr = dot(p.xyz, p.xyz);
   if (rr<double(m2))
   {
      p = p / double(m2);
   }
   else
   {
      if (rr<1.0)
         p = p / rr;
   }
   p *= double(scale);
}

double DE(dvec3 p)
{
   double rr = 1.0;
   for (int i = 0; i < 30; i++)
   {
      AmazingOct(p, 0.8, 1.0, 0.0, rr);
      if (rr>1000.0)
         break;
   }
   return 0.35*length(p.xyz) / p.w;
}
Logged

cKleinhuis
Administrator
Fractal Senior
*******
Posts: 7044


formerly known as 'Trifox'


WWW
« Reply #1 on: January 09, 2014, 07:28:05 PM »

amazing work, clockwork blue wink
Logged

---

divide and conquer - iterate and rule - chaos is No random!
Dinkydau
Fractal Senior
******
Posts: 1616



WWW
« Reply #2 on: January 12, 2014, 03:07:07 AM »

Cool
Logged

Pages: [1]   Go Down
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Mandelbulb 3D and Windows 8.1 Mandelbulb 3d Biomechanic 2 1412 Last post June 08, 2014, 07:23:20 PM
by lenord
shadercap 1.0 release for windows General Discussion TruthSerum 7 4605 Last post April 15, 2017, 02:27:13 AM
by TruthSerum
Windows is dead and windows 10 unsuitable for fravtal art what is next best OS? Help & Support « 1 2 » Karmic Beats 18 1998 Last post November 11, 2015, 08:50:14 PM
by 3dickulus
V1.8.9 and Windows 10 Help & Support Tjeb 0 293 Last post November 23, 2015, 08:35:33 AM
by Tjeb
Mandelbulb3d Windows 10 Help & Support Catelee2u 1 1194 Last post December 08, 2017, 04:25:46 PM
by thargor6

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.175 seconds with 27 queries. (Pretty URLs adds 0.009s, 2q)