OmniGraph Node omni.graph.test.TestScatter

omni.graph.test.TestScatter Properties

Name

Value

Version

1

Extension

omni.graph.test

Icon

ogn/icons/omni.graph.test.TestScatter.svg

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Test Node: Scatter

__categories

internal:test

Generated Class Name

OgnTestScatterDatabase

Python Module

omni.graph.test

omni.graph.test.TestScatter Description

Test node to test out the effects of vectorization. Scatters the results of gathered compute back to FC

omni.graph.test.TestScatter Inputs

Name

Type

Default

Required?

Descripton

inputs:gathered_paths

token[]

[]

Y

The paths of the gathered objects

__default

[]

inputs:rotations

double[3][]

[]

Y

The rotations of the gathered points

__default

[]

omni.graph.test.TestScatter Outputs

Name

Type

Default

Required?

Descripton

outputs:gathered_paths

token[]

[]

Y

The paths of the gathered objects

__default

[]

outputs:rotations

double[3][]

[]

Y

The rotations of the gathered points

__default

[]

outputs:single_rotation

double[3]

[0, 0, 0]

Y

Placeholder single rotation until we get the scatter working properly

__default

[0, 0, 0]