Houdini 20.0 Nodes VOP nodes

Karma Voronoi Noise 3D VOP node

Generates Voronoi noise

On this page
Since 19.5

Returns a Voronoi Noise values of distances which are similar to Worley noise, but has additional outputs of cells positions.

Parameters

Jitter

Randomization between cells in the noise pattern. The jitter should normally be clamped between 0 and 1.

Metric

The metric is an integer representing how the distance is measured for Worley noise

  • 0 - Euclidean Distance

  • 1 - Distance Squared

  • 2 - Manhattan Distance

  • 3 - Chebyshev Distance

Frequency

The frequency of the noise. Higher values give smaller scaled details in the noise.

Offset

The offset of the input into the noise function. If you visualize the noise as a 2D graph or 3D height field, this has the effect of “panning” across the space of possible noise outputs. If you have the general noise effect you want but just want to get a different set of values for a different look, try changing the offset.

Inputs

position

The 3d position at which to sample the noise.

Outputs

distance

This variable is overwritten with the distances to the nearest cell points, in order of closeness. The type of output depends on signature of the node

p1, p2, p3

These variables are overwritten with the cell positions, in order of closeness to the input position. The output variables return non-null values depending on signature: in case of float-signature a non-null value will be returned only by p1; in case of vector2-signature a non-null value will be returned by p1 and p2; in case of vector3-signature (default) a non-null value will be returned by all three p-variables.

VOP nodes