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 |
|
Input bundle containing the attributes to be transformed. |
|
transform |
|
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 |
|
Output bundle containing all of the transformed attributes |