Nút Ánh Xạ UV (Map UV Node)#

Nút Ánh Xạ UV.

With this node objects can be "re-textured" after they have been rendered.

To apply a texture to individual enumerated objects the ID Mask Node could be used.

Đầu Vào (Inputs)#

Hình Ảnh (Image)

The new 2D texture.

UV

The input for UV render pass. See Cycles render passes.

Gợi ý

To store the UV pass a multi-layer OpenEXR format could be used.

Tính Chất (Properties)#

Kiểu/Thể Loại Bộ/Thanh Lọc (Filter Type)

Các Phương Pháp nội suy.

Anisotropic:

Enhances the clarity of textures viewed at oblique angles, addressing issues like blurring and distortion.

Gần Nhất (Nearest):

Không có nội suy, sử dụng điểm ảnh lân cận nhất.

Độ Đục (Alpha)

Alpha threshold is used to fade out pixels on boundaries.

Đầu Ra (Outputs)#

Hình Ảnh (Image)

The resulting image is the input image texture distorted to match the UV coordinates. That image can then be overlay mixed with the original image to paint the texture on top of the original. Adjust alpha and the mix factor to control how much the new texture overlays the old.

Gợi ý

When painting the new texture, it helps to have the UV maps for the original objects in the scene, it is recommended to keep those UV texture outlines around even, when shooting is done.

Một Số Ví Dụ (Examples)#

In the example below, we have overlaid a grid pattern on top of the two heads after they have been rendered. During rendering, we enabled the UV layer in the Properties Render Layer ‣ Passes. Using a Mix node ("Overlay" in figure), we mix that new UV texture over the original face. We can use this grid texture to help in any motion tracking that we need to do.

../../../_images/compositing_types_distort_map-uv_example-1.png

Adding a grid UV textures for motion tracking.#

In the next example, we overlay a logo on top of a mesh composed of two intersecting cubes, and we ensure that we Enable the Alpha premultiply button on the Mix node. The logo is used as additional UV texture on top of the existing texture. Other examples include the possibility that there was used an unauthorized product box during the initial animation, and it is needed to substitute in a different product sponsor after rendering.

Gợi ý

Due to limits of this node, it is not recommended to rush pre-production rendering under the guise of "fixing it later".

../../../_images/compositing_types_distort_map-uv_example-2.png

Adding UV textures in post-production.#