
Functions | |
| void | MShow_Face_Colors_By_FIndex (HC_KEY key, int offset, int count, float *findices) |
| Returns face color settings from a contiguous range of faces without having to open geometry. More... | |
| void | MShow_Specific_Face_Colors_By_FIndex (HC_KEY key, int count, const int *indices, float *findices) |
| Returns face color settings from an arbitrary set of faces without having to open geometry. More... | |
| void MShow_Face_Colors_By_FIndex | ( | HC_KEY | key, |
| int | offset, | ||
| int | count, | ||
| float * | findices | ||
| ) |
Returns face color settings from a contiguous range of faces without having to open geometry.
| key | - Key to the piece of geometry to query. |
| offset | - Index of the key's face list on which to start querying values. |
| count | - Number of faces from offset to query. |
| findices | - Array of index values pertaining to a color map. See Set_Color_By_FIndex(). Passed by reference. Returned to user. |
| void MShow_Specific_Face_Colors_By_FIndex | ( | HC_KEY | key, |
| int | count, | ||
| const int * | indices, | ||
| float * | findices | ||
| ) |
Returns face color settings from an arbitrary set of faces without having to open geometry.
| key | - Key to the piece of geometry to query. |
| count | - Number of faces in faces. |
| indices | - List of face identifiers on which to query color indices. |
| findices | - Array of index values pertaining to a color map. See Set_Color_By_FIndex(). Passed by reference. Returned to user. |