Example Node: Simple Sine Wave Deformer

This is an example of a simple deformer. It calculates a sine wave and deforms the input geometry with it

Installation

To use this node enable omni.graph.examples.cpp in the Extension Manager.

Inputs

Name

Type

Descripton

Default

Multiplier (inputs:multiplier)

float

The multiplier for the amplitude of the sine wave

1

Points (inputs:points)

pointf[3][]

The input points to be deformed

[]

Wavelength (inputs:wavelength)

float

The wavelength of the sine wave

1

Outputs

Name

Type

Descripton

Default

Points (outputs:points)

pointf[3][]

The deformed output points

None

Metadata

Name

Value

Unique ID

omni.graph.examples.cpp.SimpleDeformer

Version

1

Extension

omni.graph.examples.cpp

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Example Node: Simple Sine Wave Deformer

Categories

examples

Generated Class Name

OgnExampleSimpleDeformerDatabase

Python Module

omni.graph.examples.cpp