Example Node: Sine Wave GPU Deformer

Example deformer node that applies a sine wave to a mesh using CUDA code

Installation

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

Inputs

Name

Type

Description

Default

points

pointf[3][]

Set of points to be deformed

wavelength

float

Wavelength of sinusodal deformer function

50.0

multiplier

float

Amplitude of sinusoidal deformer function

0.7

Outputs

Name

Type

Description

Default

points

pointf[3][]

Set of deformed points