Your cart is currently empty!
Texture Node
The Texture node controls the texture mapping of elements in a rendered image. The Texture node relies on the presence of U and V Map channels in a 3D-rendered image connected to the main Image input. If these channels are not present, this node has no effect.
Texture Node Inputs
The Texture node includes three inputs: one for the main image with UV map channels, one for a texture map image, and another for an effect mask to limit the area where the replace texture is applied.
- Input: This orange input accepts a 2D image that includes UV channels. If the UV channels are not in the images, this node has no effect.
- Texture: The green texture map input provides the texture that is wrapped around objects, replacing the current texture.
- Effect Mask: The optional blue effect mask input accepts a mask shape created by polylines, basic primitive shapes, paint strokes, or bitmaps from other tools. Connecting a mask to this input limits the texture to only those pixels within the mask. An effects mask is applied to the tool after the tool is processed.
Texture Node Setup
The Texture node is inserted after a 2D image that contains a Texture UV channel. Below, a Renderer 3D is used to add texture coordinates to 3D text. The Texture node can then be used to manipulate those coordinates using a new texture connected to the green texture input.
Texture Node Texture Tab
The Texture tab controls allow you to flip, swap, scale, and offset the UV texture image connected to the texture input.
- Flip Horizontal and Vertical
Use these two buttons to flip the texture image horizontally and/or vertically. - Swap UV
When this checkbox is selected, the U and V channels of the source image are swapped. - Rotate 90
The texture map image is rotated 90 degrees when this checkbox is enabled. - U and V Scale
These controls change the scaling of the U and V coordinates used to map the texture. Changing these values effectively enlarges and shrinks the texture map as it is applied. - U and V Offset
Adjust these controls to offset the U and V coordinates. Changing the values causes the texture to appear to move along the geometry of the object.
Texture Node Settings Tab
The Settings tab in the Inspector is also duplicated in other Deep Pixel nodes. These common controls are described HERE.
Leave a Reply