Functions | |
void | MShow_Face_Normals (HC_KEY key, int offset, int pcount, HC_POINT *normals) |
MShow_Net_Face_Normals (HC_KEY key, int offset, int pcount, HC_POINT *normals) |
void MShow_Face_Normals | ( | HC_KEY | key, | |
int | foffset, | |||
int | fcount, | |||
HC_POINT * | normals | |||
) |
Returns the normals set on the faces of some geometry withough having to open each face.
key | - Key to the piece of geometry to query. | |
foffset | - Index of the key's face list on which to start querying values. | |
fcount | - Number of faces from foffset to query | |
normals | - Array of (x,y, z) triplets. Passed by reference. Returned to user. |
void MShow_Net_Face_Normals | ( | HC_KEY | key, | |
int | foffset, | |||
int | fcount, | |||
HC_POINT * | normals | |||
) |
Similar to MShow_Face_Normals(), but returns the net effective normals set on the faces of some geometry.
key | - Key to the piece of geometry to query. | |
foffset | - Index of the key's face list on which to start querying values. | |
fcount | - Number of faces from foffset to query | |
normals | - Array of (x,y, z) triplets. Passed by reference. Returned to user. |