OmniGraph Node omni.graph.examples.cpp.SimpleDeformer

omni.graph.examples.cpp.SimpleDeformer Properties

Name

Value

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

omni.graph.examples.cpp.SimpleDeformer Description

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

omni.graph.examples.cpp.SimpleDeformer Inputs

Name

Type

Default

Required?

Descripton

inputs:multiplier

float

1

Y

The multiplier for the amplitude of the sine wave

__default

1

inputs:points

pointf[3][]

[]

Y

The input points to be deformed

__default

[]

inputs:wavelength

float

1

Y

The wavelength of the sine wave

__default

1

omni.graph.examples.cpp.SimpleDeformer Outputs

Name

Type

Default

Required?

Descripton

outputs:points

pointf[3][]

None

Y

The deformed output points