Houdini 20.5 Nodes Copernicus nodes

ID to Mono Copernicus node

Converts an ID layer to a Mono layer.

On this page

This node converts an ID layer to a Mono layer.

Parameters

Conversion

How to convert the ID to a float value.

Cast

Casts the integer to a float. Integers too big to be represented by a float will not be represented correctly.

Safe Pack

Reversibly packs an integer into a float. For a large number of input integers, this produces the equivalent float value. See pack_inttosafefloat VEX function for more information.

Bitwise

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

Inputs

input1

The original ID layer to convert. This must be an ID layer.

Outputs

output1

The converted layer.

See also

Copernicus nodes