Repeat Space

Repeat Space

Repeat Space Node

Inputs

float2 Space
float2 RepetitionDistance | default float2(1.0, 1.0)

Behaviour

The Repeat Space Node can be used to repeat the provided space infinitely or a specified amount of time. In addition, the space between the repetitions can be set with the RepetitionDistance parameter. Repeating signed distance field shapes is generally recommended over constructing multiple versions.

SDF Output
SDF Output

Properties

ESpaceRepetition Mode

The repeat node can work in two modes, Infinite and Limited, though the default is Infinite. As the name suggests, when in Infinite mode the repetition has no limit and is just controlled by the RepetitionDistance input.
In Limited mode the Repetitions property becomes available allowing to clamp the number of repetitions that are performed to any integer number.

Vector2I Repetitions

Repetitions controls which how often the signed distance field will be repeated in the given Axis in both directions. The amount of rendered version is \(1 + repetitions * 2\), so Repetitions of (1,0) results in 3 rendered signed distance fields along the X Axis.

Repeat Space Node

* You can find all properties in the Details panel when selecting the node.