transform bundle

Applies a transform to an input bundle, storing the result in an output bundle

Installation

To use this Node, you must enable omni.graph.io in the Extension Manager.

Inputs

Name

Type

Description

Default

input

bundle

Input bundle containing the attributes to be transformed.

transform

matrixd[4]

The transform to apply to the bundle

[[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

output

bundle

Output bundle containing all of the transformed attributes