Functions | |
void | MShow_Vertex_Normals (HC_KEY key, int offset, int pcount, HC_POINT *normals) |
MShow_Net_Vertex_Normals (HC_KEY key, int offset, int pcount, HC_POINT *normals) |
void MShow_Vertex_Normals | ( | HC_KEY | key, | |
int | offset, | |||
int | pcount, | |||
HC_POINT * | normals | |||
) |
Returns the normals set on the vertices of some geometry withough having to open each vertex.
key | - Key to the piece of geometry to query. | |
offset | - Index of the key's point array on which to start querying values. | |
pcount | - Number of points from offset to query. | |
normals | - Array of (x,y, z) triplets. Passed by reference. Returned to user. |
void MShow_Net_Vertex_Normals | ( | HC_KEY | key, | |
int | offset, | |||
int | pcount, | |||
HC_POINT * | normals | |||
) |
Similar to MShow_Vertex_Normals(), but returns the net effective normals set on the vertices of some geometry.
key | - Key to the piece of geometry to query. | |
offset | - Index of the key's point array on which to start querying values. | |
pcount | - Number of points from offset to query. | |
normals | - Array of (x,y, z) triplets. Passed by reference. Returned to user. |