Sine Wave Deformer Y-axis (Python)
Example node applying a sine wave deformation to a set of points, written in Python. Deforms along Y-axis instead of Z
Installation
To use this node enable omni.graph.examples.python in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Multiplier (inputs:multiplier) |
|
The multiplier for the amplitude of the sine wave |
1 |
Offset (inputs:offset) |
|
The offset of the sine wave |
0 |
Points (inputs:points) |
|
The input points to be deformed |
[] |
Wavelength (inputs:wavelength) |
|
The wavelength of the sine wave |
1 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Points (outputs:points) |
|
The deformed output points |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.examples.python.DeformerYAxis |
Version |
1 |
Extension |
omni.graph.examples.python |
Has State? |
False |
Implementation Language |
Python |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
Sine Wave Deformer Y-axis (Python) |
Categories |
examples |
Generated Class Name |
OgnDeformerYAxisDatabase |
Python Module |
omni.graph.examples.python |