Houdini 22.0 Nodes Copernicus nodes

ID to Mono Copernicus node

Converts an ID layer, VDB, or attribute into a float.

On this page

This node converts an ID layer, VDB, or attribute into a float. See Data types for more information.

Parameters

Signature

The layer type that the source accepts.

See Signatures for more information.

Conversion

The method used to convert the integer 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, VDB, or attribute to convert.

Outputs

mono

The resulting mono layer, VDB, or attribute.

See also

Copernicus nodes