Randomise Tiles
Breaks the image into a grid, and randomises the positions and frame delays of parts of the image based on an input image.
This node breaks the image into a grid, and randomises the positions and frame delays of parts of the image based on an input image.
Raw texture | Input Texture | Processed texture |
---|---|---|
The processed texture above has been altered from default to show the kind of effect you can get with this node. By default, no change will be made to the node until you input an image.
These properties control the core behaviours of the node.
Parameter | Details |
---|---|
Active | Enables or disables the effect. Disabling the effect means it will no longer compute, so disabling a node when not in use can improve performance. |
Blend Amount | Changes the opacity of the new effect over the original image. |
Blend Mode (RGB) | Change how the generated effect blends with the parent image RGB. |
Blend Mode (Alpha) | Change how the generated effect blends with the parent image alpha. |
Use Num Tiles | Toggle whether the tiles are generated based on size, or based on numbers that fit into the viewport. |
Tile Size X | Width of the tiles generated. only functions with use num tiles toggled off. |
Tile Size Y | Height of the tiles generated. only functions with use num tiles toggled off. |
Num Tile X | Number of tiles generated along the x axis. only functions with use num tiles toggled on. |
Num Tile Y | Number of tiles generated along the y axis. only functions with use num tiles toggled on. |
Gap Width | Width of the gap between the tiles. |
Randomisation X Range | The x range at which a tile can be randomly moved to. |
Randomisation Y Range | The y range at which a tile can be randomly moved to. |
Use As Absolute Positions | Use the absolute positions of the tiles in the grid, rather than relative offsets. |
Show Offsets | Visualise how the image is being offset based on the tile input. |
Name | Description | Typical Input |
---|---|---|
Randomisation X Image | Randomise the image along the x axis based on the luminance values from an input image. | Video Loader |
Randomisation Y Image | Randomise the image along the y axis based on the luminance values from an input image. | Video Loader |
Delay Offset Image | Randomise the frame delay per tile based on the luminance values from an input image. | Video Loader |