HOME | DD
#fractal #fragment #kalibox #fractalart #volumetriclight #fragmentarium
Published: 2016-11-26 15:04:08 +0000 UTC; Views: 2312; Favourites: 170; Downloads: 79
Redirect to original
Description
Rendered in Fragmentarium. Fractal by Kali , renderer by Knighty . Played with KaliBox ( p.x=sin(p.x); )#info Mandelbox Distance Estimator (Rrrola's version).
#define providesInit
#group KaliBox
uniform int Iterations; slider[0,17,300]
uniform int ColorIterations; slider[0,3,300]
uniform float MinRad2; slider[0,0.25,2.0]
uniform float Scale; slider[-3.0,1.3,3.0]
uniform vec3 Trans; slider[(-5,-5,-5),(0.5,0.5,0.5),(5,5,5)]
uniform vec3 Julia; slider[(-5,-5,-5),(-1,-1,-1),(0,0,0)]
uniform vec3 RotVector; slider[(0,0,0),(1,1,1),(1,1,1)]
uniform float RotAngle; slider[0.00,0,180]
mat3 rot;
void init() {
rot = rotationMatrix3(normalize(RotVector), RotAngle);
}
float absScalem1 = abs(Scale - 1.0);
float AbsScaleRaisedTo1mIters = pow(abs(Scale), float(1-Iterations));
vec4 scale = vec4(Scale, Scale, Scale, abs(Scale)) / MinRad2;
float DE(vec3 pos) {
vec4 p = vec4(pos,1);
for (int i=0; i
p.xyz=abs(p.xyz)+Trans;
p.x=sin(p.x);
float r2 = dot(p.xyz, p.xyz);
p *= clamp(max(MinRad2/r2, MinRad2), 0.0, 1.0);
p = p*scale + vec4(Julia,0);
}
return (length(p.xyz) - absScalem1) / p.w - AbsScaleRaisedTo1mIters;
}
Related content
Comments: 38
Emociones-Oscuras [2016-11-27 17:42:27 +0000 UTC]
Very nice evocative piece. Reminds me of humming birds.
👍: 0 ⏩: 1
LukasFractalizator [2016-11-27 14:59:37 +0000 UTC]
The depth is truly amazing here, looks like neural network. I also love the motion blur! Very effective
👍: 0 ⏩: 1
C-JR In reply to Mars-Hill [2016-11-27 09:44:58 +0000 UTC]
thank you! I'm very glad you like it
👍: 0 ⏩: 0
fuure01 [2016-11-27 00:13:15 +0000 UTC]
looks like birds caught in spider webs but reaching for each other <3
👍: 0 ⏩: 1
MoondayBlue [2016-11-26 20:05:55 +0000 UTC]
I don't know what this is but it is beautiful! Reminds me of so many things at once!
👍: 0 ⏩: 1
C-JR In reply to MoondayBlue [2016-11-27 09:42:30 +0000 UTC]
This is fractal
Thank you very much!
👍: 0 ⏩: 1
MoondayBlue In reply to C-JR [2016-11-27 17:47:10 +0000 UTC]
Oh cool! I love fractals! They make my brain wanna jump out my head and quit this world!
👍: 0 ⏩: 1
C-JR In reply to batjorge [2016-11-27 09:41:37 +0000 UTC]
Thank you! Search something new is always fun
👍: 0 ⏩: 1
KaneDarks In reply to C-JR [2016-11-27 19:56:22 +0000 UTC]
besides, what programming language it is? That one in description
👍: 0 ⏩: 1
C-JR In reply to KaneDarks [2016-11-28 06:21:25 +0000 UTC]
It is GLSL (OpenGL Shading) based language
👍: 0 ⏩: 0
dark-beam [2016-11-26 15:32:03 +0000 UTC]
The scenario is alien and this looks like a photo.
So I won't be able to sleep for a while
Great job
👍: 0 ⏩: 1
C-JR In reply to dark-beam [2016-11-26 15:47:25 +0000 UTC]
thanks!
mathematics and programming is not my strong point
looked at your avatar - you always want sleep
👍: 0 ⏩: 1
























