Skip to content

Tile

Tile
Output
Image
null
Tile Mode X
Repeat
Tile Mode Y
Repeat
Matrix
Identity

Category Image
Is Pair Node: No


Creates a tiled image by repeating the input image across the specified area. The tiling can be controlled by the tile modes and a transformation matrix.


Type: Texture
Default: null

The image to tile. This is the source image that will be repeated across the output area.

Type: Tile Mode
Default: Repeat

Mode for tiling the image horizontally.

Type: Tile Mode
Default: Repeat

Mode for tiling the image vertically.

Type: Matrix3x3
Default: Identity

The transformation matrix to apply to the tiled image. This allows for scaling, rotating, or translating the image before tiling.


Type: Painter
Default: unset

The painter instruction that paints the tiled image.