Logo by Cyclops - 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. April 25, 2024, 02:22:24 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: ARQ  (Read 670 times)
0 Members and 1 Guest are viewing this topic.
Kali
Fractal Supremo
*****
Posts: 1138


ARQ
« on: January 09, 2013, 07:40:56 AM »

ARQ



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


Fragmentarium - Kalibox

Kaliset3D formula used as volumetric fog.
Logged

asimes
Fractal Lover
**
Posts: 212



asimes
WWW
« Reply #1 on: January 09, 2013, 07:42:53 AM »

That's awesome, can you post a link to your 3D Kaliset formula please?
Logged
Kali
Fractal Supremo
*****
Posts: 1138


« Reply #2 on: January 09, 2013, 07:57:39 AM »

Thanks asimes. Kaliset formula is used here for texturing the fog, using exponential smoothing calculation method.

For the basic formula version, iterate for every point p:

p=abs(p*scale)/length(p)2+c

or...

p=abs(p*scale)/dot(p,p)+c


c is a constant (or julia value), use negative ones, and try with different scale values.


The fractal itself is the Kalibox, a Mandelbox mod you can find in Mandelbulb3D as "AboxmodKali":

This is copied from the formula info in M3D:

Code:
x = X_add - abs(x)
y = Y_add - abs(y)
z = Z_add - abs(z)
rr = x*x + y*y + z*z
if rr < sqr(Min_R) then m = Scale/sqr(Min_R) else
if rr < 1 then m = Scale/rr else m = Scale
x = x * m + Cx
y = y * m + Cy
z = z * m + Cz


« Last Edit: January 09, 2013, 08:01:01 AM by Kali » Logged

taurus
Fractal Supremo
*****
Posts: 1175



profile.php?id=1339106810 @taurus_arts_66
WWW
« Reply #3 on: January 09, 2013, 02:55:50 PM »

as my commenting machine in the gallery seems to be broken, I comment here.

This is fantastic Kali. The atmospheric density you created here is just breathtaking. Images like that are one of the reasons I voted for you in the fractal noble oscar (what a stupid name). Fragmentarium rocks, when used by a sage!
Logged

when life offers you a lemon, get yourself some salt and tequila!
Dinkydau
Fractal Senior
******
Posts: 1616



WWW
« Reply #4 on: February 06, 2013, 03:07:05 AM »

Darkness
Logged

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