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

float

The multiplier for the amplitude of the sine wave

1

wavelength

float

The wavelength of the sine wave

1

points

pointf[3][]

The input points to be deformed

[]

Outputs#

Name

Type

Description

Default

points

pointf[3][]

The deformed output points