
Functions | |
| void | MSet_Face_Regions (HC_KEY key, int first_face, int face_count, const int *regions) |
| Maps a specified range of faces to a given set of regions. More... | |
| void MSet_Face_Regions | ( | HC_KEY | key, |
| int | first_face, | ||
| int | face_count, | ||
| const int * | regions | ||
| ) |
Maps a specified range of faces to a given set of regions.
| key | - key to a shell containing desired faces |
| first_face | - The index of the first face in a shell's face list to be mapped to regions |
| face_count | - number of faces after first_face to be mapped to regions |
| regions | - array of numeric region identifiers, length equal to face_count |