OmniGraph Node omni.graph.examples.cpp.DeformerTimeBased

omni.graph.examples.cpp.DeformerTimeBased 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: Time-based Sine Wave Deformer

Generated Class Name

OgnDeformerTimeBasedDatabase

Python Module

omni.graph.examples.cpp

omni.graph.examples.cpp.DeformerTimeBased Description

This is an example of a simple deformer with time based input to control a time dependent sine wave deformation.

omni.graph.examples.cpp.DeformerTimeBased 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:time

double

0.0

Y

Time value to modulate the offset in sine curve evaluation

__default

0.0

inputs:wavelength

float

1

Y

The wavelength of the sine wave

__default

1

omni.graph.examples.cpp.DeformerTimeBased Outputs

Name

Type

Default

Required?

Descripton

outputs:points

pointf[3][]

None

Y

The deformed output points