Welcome to Fractal Forums

Fractal Art => Images Showcase (Rate My Fractal) => Topic started by: Kali on January 09, 2013, 07:40:56 AM




Title: ARQ
Post by: Kali on January 09, 2013, 07:40:56 AM
ARQ

(http://nocache-nocookies.digitalgott.com/gallery/13/3869_09_01_13_7_40_56.jpeg)

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


Fragmentarium - Kalibox

Kaliset3D formula used as volumetric fog.


Title: Re: ARQ
Post by: asimes on January 09, 2013, 07:42:53 AM
That's awesome, can you post a link to your 3D Kaliset formula please?


Title: Re: ARQ
Post by: Kali 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




Title: Re: ARQ
Post by: taurus 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!


Title: Re: ARQ
Post by: Dinkydau on February 06, 2013, 03:07:05 AM
Darkness