Functions | |
void | Show_Faces (int *face_count, int *faces) |
void | Show_Faces_Count (int *face_count) |
void Show_Faces | ( | int * | face_count, | |
int * | faces | |||
) |
Show faces associated with the currently open region.
face_count | - number of faces in a given region. Returned to caller. Passed by reference always | |
faces | - array of indices of the faces in a given region, length equal to face_count. Returned to caller. Passed by reference always. |
void Show_Faces_Count | ( | int * | face_count | ) |
Finds the number of faces in a given region. This is useful in determining the size of the data structure that must holds faces.
face_count | - number of faces in a given region. Returned to caller. Passed by reference always |