Create Tube Topology

Creates the face vertex counts and indices describing a tube topology with the given number of rows and columns.

Installation

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

Inputs

Name

Type

Description

Default

rows

int[]

Array of rows in the topology to be generated

cols

int[]

Array of columns in the topology to be generated

Outputs

Name

Type

Description

Default

faceVertexCounts

int[]

Array of vertex counts for each face in the tube topology

faceVertexIndices

int[]

Array of vertex indices for each face in the tube topology