Sine Wave Deformer Z-axis (Python)#

Example node applying a sine wave deformation to a set of points, written in Python

Installation#

To use this Node, you must enable omni.graph.examples.python in the Extension Manager.

Inputs#

Name

Type

Description

Default

multiplier

float

The multiplier for the amplitude of the sine wave

1.0

points

pointf[3][]

The input points to be deformed

[]

Outputs#

Name

Type

Description

Default

points

pointf[3][]

The deformed output points