Compose Double3 (Python)
Example node that takes in the components of three doubles and outputs a double3
Installation
To use this Node, you must enable omni.graph.examples.python
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
x |
|
The x component of the input double3 |
0 |
y |
|
The y component of the input double3 |
0 |
z |
|
The z component of the input double3 |
0 |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
double3 |
|
Output double3 |