Houdini 20.5 Nodes Copernicus nodes

Mono to ID Copernicus node

Converts a mono layer into an ID layer.

On this page

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

Parameters

Conversion

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

Cast

Cast the float into an integer.

Safe Unpack

Reverse the packing of Safe Pack in the ID to Mono COP to get back the original integer. See the unpack_intfromsafefloat VEX function for more information.

Bitwise

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

Inputs

mono

The original mono layer to convert.

Outputs

id

The resulting ID layer.

See also

Copernicus nodes