
Uses the defined function to generate a pattern.
- Function Type: The different available functions. See Function Type
- Min Max Height: The minimum and maximum height that the output will have.
- YRotation: Rotation applied on the Y axis.
- Period: Period of the function.
Useful for those cases where you need a repeating pattern that follows a certain math function.
Function Type

Sine

Square

Triangle

Saw Tooth
References
Examples
Crop Pattern
Notes
We’ll start by creating a Voronoi Noise node and setting the Noise Type to Voronoi Index. This gives us flat regions with a single value across each region, which we can isolate using a Select Mask.
This mask defines the area where the pattern should appear. To smooth the boundary, we first blur the Voronoi noise with the Blur node, then reselect our region. Finally, we use Apply Mask to ensure that no values appear outside the selected area.
With our masked zone in place, we can use a Function node to generate the desired pattern and combine it with the Apply Mask node.
To break up uniformity, we then apply some warping to the entire pattern using the Warp node.

Node system

Result