Example Node: Simple Sine Wave Deformer
This is an example of a simple deformer. It calculates a sine wave and deforms the input geometry with it
Installation
To use this Node, you must enable omni.graph.examples.cpp
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
multiplier |
|
The multiplier for the amplitude of the sine wave |
1 |
wavelength |
|
The wavelength of the sine wave |
1 |
points |
|
The input points to be deformed |
[] |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
points |
|
The deformed output points |