MShow_Face_Colors_By_Value
Functions | |
void | MShow_Face_Colors_By_Value (HC_KEY key, int offset, int count, HC_RGB *rgb) |
Returns face color settings from a contiguous range of faces without having to open geometry. More... | |
void | MShow_Specific_Face_Colors_By_Value (HC_KEY key, int count, const int *indices, HC_RGB *rgb) |
Returns face color settings from an arbitrary set of faces without having to open geometry. More... | |
Detailed Description
Function Documentation
◆ MShow_Face_Colors_By_Value()
void MShow_Face_Colors_By_Value | ( | HC_KEY | key, |
int | offset, | ||
int | count, | ||
HC_RGB * | rgb | ||
) |
Returns face color settings from a contiguous range of faces without having to open geometry.
- Parameters
-
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 foffset to query rgb - Array of (r, g, b) triplets. Passed by reference. Returned to user.
◆ MShow_Specific_Face_Colors_By_Value()
void MShow_Specific_Face_Colors_By_Value | ( | HC_KEY | key, |
int | count, | ||
const int * | indices, | ||
HC_RGB * | rgb | ||
) |
Returns face color settings from an arbitrary set of faces without having to open geometry.
- Parameters
-
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 values. rgb - Array of (r, g, b) triplets, one triplet for each face. Passed by reference. Returned to user.