Functions | |
MUnSet_Face_Colors (HC_KEY key, int offset, int count) | |
MUnSet_Specific_Face_Colors (HC_KEY key, int count, int *faces) |
MUnSet_Face_Colors | ( | HC_KEY | key, | |
int | offset, | |||
int | count | |||
) |
Removes color settings from a contiguous range of faces.
key | The unique identifier returned by a previous call to KInsert_Mesh(), KInsert_Shell(), or KInsert_PolyCylinder(). | |
offset | Offset in the face identifier list of the original shell or mesh definition at which to start removing attributes. "0" is the first offset value. This is NOT an index into the face_list of Insert_Shell(). | |
count | Number of points on which to unset color, starting from offset. |
MUnSet_Specific_Face_Colors | ( | HC_KEY | key, | |
int | count, | |||
int * | faces | |||
) |
Removes vertex-specific color settings from an arbitrary set of faces.
key | The unique identifier returned by a previous call to KInsert_Mesh(), KInsert_Shell(), or KInsert_PolyCylinder(). | |
count | Number of values contained in faces. | |
faces | List of face identifiers from the original shell or mesh definition on which to unset the attribute. |