Houdini 20.5 Nodes Copernicus nodes

ID to Mono Copernicus node

Converts an ID layer into a mono layer.

On this page

This node converts an ID layer into a mono layer. See Data types for more information.

Parameters

Conversion

The method used to convert the ID into a float value.

Cast

Cast the integer into a float. Integers that are too big to be represented by a float are not represented correctly.

Safe Pack

Reversibly pack an integer into a float. For many input integers, this produces the equivalent float value. See the pack_inttosafefloat VEX function for more information.

Bitwise

Reinterpret the integer as a float. Although this is reversible, the resulting float value doesn’t reflect the incoming integer.

Inputs

id

The original ID layer to convert.

Outputs

mono

The resulting mono layer.

See also

Copernicus nodes