Website Header Slim

Derive Node Reference

Tiling & Offset Node

Description

As the name suggests, this node manipulates the tiling and offset of a given input. Unlike the Shrink node and the Inlay node, this one operates straight forward without any special scaling or mapping options.

Sample Tree

Properties

Property Name Property Type Description
Tiling
Vector2
Set the tiling of the input content along the horizontal and the vertical axis.
Offset
Vector2
Set the offset of the input content along the horizontal and the vertical axis.

Inputs

Input Name Allowed Data Types Description
Input
Float, RGBA
Input that takes the texture to be tiled and/or offset.

Outputs

Output Name Data Type Description
Output
= Input Data Type
Outputs the input with tiling and offset applied to it according to the properties.

Login