Sine Wave Deformer Z-axis (Python)
Example node applying a sine wave deformation to a set of points, written in Python
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.0 |
points |
|
The input points to be deformed |
[] |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
points |
|
The deformed output points |