Voronoi

Voronoi diagrams are used to create cell-like or network-like patterns. A diagram is based on an (infinite) number of control points, that are randomly distributed in space. For any point in space, a set of several closest control points can be determined.

Voronoi noise generator can be used in different ways where the output value at a defined coordinate is:

Node inputs/outputs

The module’s constructor needs:

The output value is a Generation Module

Examples

FLAT

Frequency = 1

Frequency = 5

Frequency = 10

CLOSEST

Frequency = 1

Frequency = 5

Frequency = 10

SECOND CLOSEST

Frequency = 1

Frequency = 5

Frequency = 10

CELLULAR

Frequency = 1

Frequency = 5

Frequency = 10

ORGANIC

Frequency = 1

Frequency = 5

Frequency = 10