Sine Wave Deformer Z-axis (Python GPU)
Example node applying a sine wave deformation to a set of points, written in Python for the GPU
Installation
To use this Node, you must enable omni.graph.examples.python
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
multiplier |
|
The multiplier for the amplitude of the sine wave |
1 |
points |
|
The input points to be deformed |
[] |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
points |
|
The deformed output points |