Functions | |
void | MSet_Face_Normals (HC_KEY key, int offset, int count, const HC_POINT *normals) |
void MSet_Face_Normals | ( | HC_KEY | key, | |
int | offset, | |||
int | count, | |||
const HC_POINT * | normals | |||
) |
Speedily sets the drawing attributes on a large number of shell or mesh faces.
key | The unique identifier returned by a previous call to KInsert_Mesh(), KInsert_Shell(), or KInsert_PolyCylinder(). | |
offset | Number of the face in the surface definition at which to start work. "0" is the first offset value. | |
count | The number of normals contained in normals. | |
normals | Vector of x-y-z normal values. A simple N x 3 array may also be used. Passed by reference always. |