Sine Wave Deformer Z-axis (Python GPU)

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

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

points

pointf[3][]

The input points to be deformed

[]

Outputs

Name

Type

Description

Default

points

pointf[3][]

The deformed output points