Transform Multiple Bundles#

Transform points and vector attributes in all input bundles

Installation#

To use this Node, you must enable omni.houdini_engine.stage_io in the Extension Manager.

Inputs#

Name

Type

Description

Default

bundles_in

bundle

Bundles to transform

transform

matrixd[4]

The transform to apply to bundles

[[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]

Outputs#

Name

Type

Description

Default

bundles_out

bundle

Transformed bundles.