Example Node: Extract Float3 Array
Outputs a float[3][] attribute extracted from a bundle.
Installation
To use this Node, you must enable omni.graph.examples.cpp
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
input |
|
Bundle containing a float[3][] attribute to be extracted to ‘output’ |
|
nameOfAttribute |
|
Name of the attribute in ‘input’ that is to be extracted to ‘output’ |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
output |
|
The float[3][] attribute extracted from ‘input’ |