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, you must enable omni.graph.examples.python in the Extension Manager.

Inputs

Name

Type

Description

Default

multiplier

double

The multiplier for the amplitude of the sine wave

1

wavelength

double

The wavelength of the sine wave

1

offset

double

The offset of the sine wave

0

points

pointf[3][]

The input points to be deformed

[]

Outputs

Name

Type

Description

Default

points

pointf[3][]

The deformed output points