Example Node: Z Threshold GPU Deformer

Example deformer that limits the Z point positions to a threshold running on the GPU

Installation

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

Inputs

Name

Type

Descripton

Default

Points (inputs:points)

pointf[3][]

Set of points to be deformed

[]

Threshold (inputs:threshold)

float

Z value to limit points

0.0

Outputs

Name

Type

Descripton

Default

Points (outputs:points)

pointf[3][]

Set of deformed points

None

Metadata

Name

Value

Unique ID

omni.graph.examples.cpp.Deformer2Gpu

Version

1

Extension

omni.graph.examples.cpp

Has State?

False

Implementation Language

C++

Default Memory Type

cuda

Generated Code Exclusions

tests

__memoryType

cuda

uiName

Example Node: Z Threshold GPU Deformer

Categories

examples

Generated Class Name

OgnDeformer2_GPUDatabase

Python Module

omni.graph.examples.cpp