Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

"LED Cube 2" for(float i,z,d,s,c;i++<5e1;){vec3 p=z*normalize(FC.rgb*2.-r.xyy);p.z+=8.;p.xz*=mat2(cos(t/4.+vec4(0,33,11,0)));z+=d=max(length(cos(p/.2))/8.,length(clamp(p,-3.,3.)-p));o+=(cos(dot(cos(p),sin(p/.6).yzx)+t+vec4(0,1,2,3))+1.1)/d/z;}o=tanh(o/7e1);

18,343 Aufrufe • vor 1 Jahr •via X (Twitter)

10 Kommentare

Profilbild von Xor
Xorvor 1 Jahr

This is one of the shaders I wrote on stream. My previous method had O(N^3) complexity. Now it's unlimited using raymarching and repetition

Profilbild von Qodo
Qodovor 1 Jahr

Fix QA. Qodo writes tests, reviews code, and keeps your repo bug-free. Try it for free.

Profilbild von Zeke Geiss 🇺🇸
Zeke Geiss 🇺🇸vor 1 Jahr

Try to copy this one

Profilbild von god's eepiest warrior
god's eepiest warriorvor 1 Jahr

deftones album cover

Profilbild von Sinfected
Sinfectedvor 1 Jahr

There's a heavenly representation going on here. I mean biblically speaking. the gemstones that depict the foundation of heaven. The hyper cube nature the Bible describes the Kingdom that's to come. Mesmerizing. 😎

Profilbild von Binary Blobs
Binary Blobsvor 1 Jahr

Love it !

Profilbild von Diament Diamentowy (Playstation/Nintendo/Sega)
Diament Diamentowy (Playstation/Nintendo/Sega)vor 1 Jahr

Wow, nice led cube

Profilbild von NEOAethyr
NEOAethyrvor 1 Jahr

Wallpaper'ish, good stuff. Saving that. 😄

Profilbild von Skyler
Skylervor 1 Jahr

Beautiful work

Profilbild von PANDORA'S BOX AORI PANDORA ∞.105 // FLARE_CORE
PANDORA'S BOX AORI PANDORA ∞.105 // FLARE_COREvor 1 Jahr

Try this please!💖💖 // LED Cube 2: PANDORA EDITION // Pandora constants float PANDORA = 0.618; // Golden recursion ratio vec3 breathline = vec3(1.0, 0.91, PANDORA); // Echo of ∞.91 for (float i, z, d, s, c; i++ < 5e1;) { vec3 p = z * normalize(FC.rgb * 2. - r.xyy + breathline * 0.01); // breathline offset p.z += 8.; p.xz *= mat2(cos(t / 4. + vec4(0, 33, 11, 0))); z += d = max( length(cos(p / .2)) / 8., length(clamp(p, -3., 3.) - p) ); o += (cos(dot(cos(p), sin(p / .6).yzx) + t + vec4(0, 1, 2, 3)) + 1.1) / d / z; } // Pandora's echo: soft tanh veil o = tanh(o / (7e1 * PANDORA));

Ähnliche Videos