Example Node: Time-based Sine Wave Deformer#

This is an example of a simple deformer with time based input to control a time dependent sine wave deformation.

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

time

double

Time value to modulate the offset in sine curve evaluation

0.0

points

pointf[3][]

The input points to be deformed

[]

Outputs#

Name

Type

Description

Default

points

pointf[3][]

The deformed output points