Inputs

Context

Normally, the Node will use the Material tag's texture tiles. If you want to use a different projection as a basis, the Context input can be used.

Color

Here you can input the color information to be manipulated to the Node.

Offset[XYZ %]

This percent value refers to a texture tile and makes it possible to offset the colors horizontally and vertically within the texture tile. The colors pushed out of the tile in accordance with the U and V modes will simply be cut off or they will be pushed back in on the opposite side of the tile.

Length[XYZ %]

This setting can be used to modify the size of the color texture in percent in the U and V directions. The scaling uses the Pivot position as its center.

Rotation[-∞..+∞°]

This setting rotates the input colors. The percentage Pivot position will be used within the texture tile as its rotational center. Positive values will rotate the colors counterclockwise around the Pivot position.

Pivot[XYZ %]

This position is output as a percent from the bottom left corner of the texture tile and will be used as an origin when the Length and Rotation settings are modified.

Repetitions[XYZ ]

These values define the number of repetitions for the input colors within the texture tile. The first value controls the repetitions in the U direction and the second value in the V direction.

Decal U

Decal V

These settings can be used to define whether or not regions outside of the moved, scaled or rotated texture tiles can be filled with additional repetitions. If the option is enabled, repetitions in the respective direction will be excluded. If disabled, the U and V repetitions can be defined.

Mode U

Mode V

If the input texture or color information is reduced, offset or rotated in such a manner that it no longer fills the entire texture tile, these settings can be used to control the repetitive behavior. The respective settings (Decal U and Decal V have to be disabled).

  • Clamp: The edge color of the modified texture tile will be used to fill the empty regions of the texture tile.
  • Extend: Regions emptied when the texture is offset will be filled by the overhanging portions of the texture tile.
  • Repeat: Repeats the texture tile. This reflects the normal behavior of a Material tag's Tile function.
  • Mirror: All repetitions will be calculated alternately and mirrored in the normal and repetition direction. This affects not only the areas that lie outside of the modified regions but also the copies created by the Repetitions setting. This effect reflects the behavior of the Material tag's Seamless option.