Also check out the shaders at https://www.glslsandbox.com But beware there's often idiot children posting NSFW shaders there, the mods don't monitor it very closely.
Building up a body with a few hundred lines of GLSL is one thing, but constructing an orgy with just 11 is something else entirely. I wonder what the Komoglorov complexity of "NSFW GLSL Content" is. float orgy(vec2 p) { float pl=0., expsmo=0.; float t=sin(time*8.); float a=-.35+t*.02; p*=mat2(cos(a),sin(a),-sin(a),cos(a)); p=p*.07+vec2(.728,-.565)+t*.017+vec2(0.,t*.014); for (int i=0; i https://www.glslsandbox.com/e#…
can you explain what you mean by above?