Tutorial Node: Tuple Attributes

This is a tutorial node. It creates both an input and output attribute of some of the supported tuple types. The values are modified in a simple way so that the compute can be tested.

Installation

To use this Node, you must enable omni.graph.tutorials in the Extension Manager.

Inputs

Name

Type

Description

Default

a_double2

double[2]

This is an attribute with two double values

[1.1, 2.2]

a_float2

float[2]

This is an attribute with two float values

[4.4, 5.5]

a_half2

half[2]

This is an attribute with two 16-bit float values

[7.0, 8.0]

a_int2

int[2]

This is an attribute with two 32-bit integer values

[10, 11]

a_float3

float[3]

This is an attribute with three float values

[6.6, 7.7, 8.8]

a_double3

double[3]

This is an attribute with three double values

[1.1, 2.2, 3.3]

Outputs

Name

Type

Description

Default

a_double2

double[2]

This is a computed attribute with two double values

a_float2

float[2]

This is a computed attribute with two float values

a_half2

half[2]

This is a computed attribute with two 16-bit float values

a_int2

int[2]

This is a computed attribute with two 32-bit integer values

a_float3

float[3]

This is a computed attribute with three float values

a_double3

double[3]

This is a computed attribute with three double values