Houdini 20.5 Nodes Copernicus nodes

Position Map Copernicus node

Generates a position map.

On this page

This node generates a position map, which is an RGB layer where each pixel represents a location in 3D space. You can use a position map as the reference location for noises, such as Fractal Noise 3D.

The X Border, Y Border, and Z Border parameters let you control how to map values outside the canonical 3D shape, which is a cube with sides of size 2. This allows for the formation of periodic values. See Border types for more information.

Parameters

X Border

The method used to map values outside the cube.

Clamp

Clamp to the nearest side of the cube.

Mirror

Reflect about the boundary of the cube.

Wrap

Take the value of the opposite side of the cube.

Extend

Unaffected by the cube.

X Shift

An additive adjustment prior to the border correction.

X Cycles

The scale applied prior to the border correction. When X Border is Wrap, this value effectively becomes a cycle-count.

Y Border

The method used to map values outside the cube.

Clamp

Clamp to the nearest side of the cube.

Mirror

Reflect about the boundary of the cube.

Wrap

Take the value of the opposite side of the cube.

Extend

Unaffected by the cube.

Y Shift

An additive adjustment prior to the border correction.

Y Cycles

The scale applied prior to the border correction. When Y Border is Wrap, this value effectively becomes a cycle-count.

Z Border

The method used to map values outside the cube.

Clamp

Clamp to the nearest side of the cube.

Mirror

Reflect about the boundary of the cube.

Wrap

Take the value of the opposite side of the cube.

Extend

Unaffected by the cube.

Z Shift

An additive adjustment prior to the border correction.

Z Cycles

The scale applied prior to the border correction. When Z Border is Wrap, this value effectively becomes a cycle-count.

Inputs

size_ref

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

Outputs

pos

The RGB layer that provides the 3D coordinates of each pixel.

See also

Copernicus nodes