(Deprecated) Sine Wave Deformer Z-axis (Python GPU)

Deprecated: Requires Torch to run, which is not available. Use omni.warp instead. Example node applying a sine wave deformation to a set of points, written in Python for the GPU

Installation

To use this node enable omni.graph.examples.python 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

[]

Outputs

Name

Type

Descripton

Default

Points (outputs:points)

pointf[3][]

The deformed output points

None

Metadata

Name

Value

Unique ID

omni.graph.examples.python.DeformerPyGpu

Version

1

Extension

omni.graph.examples.python

Has State?

False

Implementation Language

Python

Default Memory Type

cuda

Generated Code Exclusions

None

__memoryType

cuda

uiName

(Deprecated) Sine Wave Deformer Z-axis (Python GPU)

Categories

examples,internal:test

Generated Class Name

OgnDeformerGpuDatabase

Python Module

omni.graph.examples.python