C++ Template Node
Template Node to use that shows the basic requirements of an OmniGraph C++ node. For the sake of illustration it multiplies a float value by the number returned from the IOmniGraphTemplateMixed::getMultiplier() function, which is 2.0 for testing purposes
Installation
To use this node enable omni.graph.template.cpp in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Value (inputs:value) |
|
Value |
0.0 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Value (outputs:value) |
|
Value |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.template.cpp.TemplateNodeCpp |
Version |
1 |
Extension |
omni.graph.template.cpp |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
python |
uiName |
C++ Template Node |
Categories |
examples |
Generated Class Name |
OgnTemplateNodeCppDatabase |
Python Module |
omni.graph.template.cpp |