Example Node: Simple Multiply
Minimal compute node example that reads one float and writes one float
Installation
To use this Node, you must enable omni.graph.examples.cpp
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
value |
|
Value to be multiplied |
|
multiplier |
|
Multiplier of value |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
value |
|
Result of the multiplication |