Example Node: Z Threshold GPU Deformer
Example deformer that limits the Z point positions to a threshold running on the GPU
Installation
To use this node enable omni.graph.examples.cpp in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Points (inputs:points) |
|
Set of points to be deformed |
[] |
Threshold (inputs:threshold) |
|
Z value to limit points |
0.0 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Points (outputs:points) |
|
Set of deformed points |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.examples.cpp.Deformer2Gpu |
Version |
1 |
Extension |
omni.graph.examples.cpp |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cuda |
Generated Code Exclusions |
tests |
__memoryType |
cuda |
uiName |
Example Node: Z Threshold GPU Deformer |
Categories |
examples |
Generated Class Name |
OgnDeformer2_GPUDatabase |
Python Module |
omni.graph.examples.cpp |