Make Frosted Glass Shader (vuo.shader.make.frost)

Creates a graphics shader that can paint a 3D object like frosted glass.

This shader takes a picture of what’s been rendered so far, then paints this 3D object with a distorted version of that picture.

This shader ignores lighting (though any lighting in the scene behind this 3D object is preserved).

Keywords: bend, blur, diffraction, draw, glsl, gradient, graphics, opengl, paint, perlin, refraction, scenegraph, simplex, texture, tint


Example composition:


Back to vuo.shader node set documentation.