Shade with Image (vuo.shader.make.image)

Creates a graphics shader that can paint an image on a 3D object.

The image is stretched across the vertices of the 3D object. Unless the vertices form a rectangle whose aspect ratio matches the image’s, the image will be deformed.

This shader causes the object to be lit by the lights in the scene. (Parts of the object that face the light will be brighter than parts that face away from the light.)

Keywords: Blinn, Lambert, Phong, draw, glsl, graphics, lighted, lighting, lit, opengl, paint, scenegraph, texture


Back to vuo.shader node set documentation.