Houdini 22.0 Nodes Copernicus nodes

Mono to ID Copernicus node

Converts a mono layer, VDB, or attribute into an integer.

On this page

This node converts a mono layer, VDB, or attribute into an integer. 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 float value into an integer.

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, VDB, or attribute to convert.

Outputs

id

The resulting ID layer, VDB, or attribute.

See also

Copernicus nodes