Houdini 20.5 Nodes Copernicus nodes

Fractal Noise 3D Copernicus node

Generates fractal noise from 3d locations.

On this page

This operation generates a noise pattern using a fractal approach. The same underlying noise is sampled at increasing frequencies and mixed together.

The source location is not the pixel’s image coordinates, however, but its world coordinates.

Parameters

Signature

The layer type that the source accepts.

See Signatures for more information.

Range

Amplitude

Overall scale of the noise, applied before the center adjustment.

Note that layers can store negative numbers and values above one, so this may result in out of bound values, a Clamp COP can be used to enforce the range afterwards if necessary.

Center

The center of the output noise range.

Contrast

Applies a contrast to the noise prior to the amplitude and center. This can be used to make the noise more extreme without exceeding the 0 to 1 range.

Pattern

Noise Type

This controls the underlying noise function that is sampled iteratively to generate the fractal noise.

Simplex

Perlin noise on a simplex grid.

Perlin

Perlin noise on a regular grid.

Worley Cellular F1

The worley noise’s primary distance value. This is the distance to the closest worley point. This creates a cell-like noise.

Worley Cellular F2-F1

The difference between the second closest and closest points in a worley noise. This results in a cell border-like noise.

White (Random)

Each noise element is given a constant but random value.

Per Component

Compute a separate noise for each channel of the output. If not set, the output will be grayscale even for non-Mono layers.

Metric

Worley noises can define different metrics for computing the distance to a point.

Euclidean

The usual L2 distance metric. This results in circular shapes.

Manhattan

The maximum of the two axial distances, this results in diamond shapes.

Chebyshev

The sum of the two axial distances. This results in square shapes.

Element Size

The size, in image coordinates, of the basic element of the noise.

Element Scale

Per-axis scaling of the element size for anistropic noise.

Offset

Offset of the noise function in world coordinates.

Fractal

Max Octaves

How many times to scale add together the noise.

Lacunarity

The amount to scale the noise for each iteration.

Roughness

The amount to scale the amplitude of each successive noise.

Inputs

size_ref

A representative layer that determines the size of the output image and controls the metadata.

pos

An RGB layer for the position of each pixel to evaluate the noise at.

Outputs

noise

The computed noise

See also

Copernicus nodes