TextureΒΆ

A gamma corrected RGB texture.

This node is used to perform a gamma corrected color texture lookup in a (possibly udim) bitmap file. An example of use for this node is a diffuse color Diffuse > Color parameter of the Surface material. This node is preset with a sRGB gamma.

This node is compatible with udim textures, but will need you to specify manually the position of the udim index in the bitmap file name. For instance, 'c:/my/udim_texture_1001.tiff' should be replaced with 'c:/my/udim_texture_%d.tiff'.

Use the 'Color Correction' tab to control the output hue, saturation and value of the texture.

Rotate, scale, translate

Use the 'Coordinates' tab to offset, scale or rotate the texture over the surface.

Adjust the color

Use the 'Color Correction' tab to shift the hue, saturation and value of the texture.

Use an image sequence

You can directly use the '$f' specifier in the texture file name. For instance, c:/my/animated_texture_$03f.tiff assumes a 3-digits frame number.

Alternatively, you can use the 'Image Sequence' tab. In that case, you must use '%d' syntax, as for udims. for instance, 'c:/my/udim_texture_%d_%03d.tiff' to use a udim-texture with 3-digits frame numbering.