function
add_face(_ind1, _ind2, _ind3)
Adds a face to the mesh.
Name | Type | Description |
---|---|---|
_ind1 | Real |
The index of the first vertex of the face. |
_ind2 | Real |
The index of the second vertex of the face. |
_ind3 | Real |
The index of the third vertex of the face. |
Real
Returns the index of the face, which is always a multiple of 3.
Copyright © 2022, BlueBurn. Built on May 18, 2022 using GMDoc.