Houdini 20.5 Nodes Copernicus nodes

ID to SDF Copernicus node

Computes a Signed Distance Field from changes in ID values.

On this page

This operation builds a signed distance field storing the distance to changes in ID values.

Parameters

Invert

Because an ID field has no inside or outside, but is two-sided, this normally reports a positive distance. Inverting will give a negative distance instead.

Iterations

A single iteration is sufficient to converge if there is a uniform speed field. But if the speed varies in complicated fashions, it may require more passes for the distances to fully propagate.

Tile Size

The layer is broken up into blocks of this size. This helps balance the serial and parallel components of the algorithm. If it has converged, this should have no effect on the behaviour. The default values should be sufficient.

Inputs

id

An ID layer. The distance to changes in ID value will be computed.

Outputs

sdf

The distance to the nearest border where ID values changed.

See also

Copernicus nodes