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 |
|
Array of rows in the topology to be generated |
|
cols |
|
Array of columns in the topology to be generated |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
faceVertexCounts |
|
Array of vertex counts for each face in the tube topology |
|
faceVertexIndices |
|
Array of vertex indices for each face in the tube topology |