-
Notifications
You must be signed in to change notification settings - Fork 13
Poly Reorder Node
Ryan Porter edited this page Apr 9, 2017
·
1 revision
When re-ordering a mesh with history, or when creating a new re-ordered mesh with construction history on, a polyReorder node is created.
| Attribute Name | Description | Attribute Type |
|---|---|---|
| inMesh | Mesh to be re-ordered. | mesh |
| pointOrder | Point order remap. The indices are the vertex indices of inMesh - the values are the vertex indices of outMesh. |
int array |
| outMesh | Re-ordered mesh. | mesh |