Remove Texture Coordinates (vuo.scene.tc.remove)

Removes the texture coordinates from a 3D object.

This node is primarily useful when working with point or line meshes. Some point or line meshes (such as those created by Make Grid Points Object, Make Grid Lines Object, and Make Random Points Object) have texture coordinates that cause the shader to map images across the entire composite object. By removing the texture coordinates, the shader will apply the image individually to each point or line.

For example, here’s an image of an 8x8 grid of points (from Make Grid Points Object) shaded with an image of mountains:

Removing the texture coordinates causes the image to be mapped individually per point:

Keywords: 3D


Example compositions:


Back to vuo.scene node set documentation.