Houdini 20.5 Nodes Copernicus nodes

Mono to ID Copernicus node

Converts a Mono layer to an ID layer

On this page

This node converts an ID layer to a Mono layer.

Parameters

Conversion

Cast

Casts the float to an integer.

Safe Unpack

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

Bitwise

Reinterprets the integer as float. Although this is reversible, the resulting integer will not relfect the incoming floating point value.

Inputs

input1

The original float layer to convert.

Outputs

output1

The converted layer.

See also

Copernicus nodes