Functions | |
void | MShow_Vertex_Parameters (HC_KEY key, int offset, int pcount, int *number, float *params) |
void | MShow_Vertex_Parameter_Size (HC_KEY key, int *number) |
void MShow_Vertex_Parameters | ( | HC_KEY | key, | |
int | offset, | |||
int | pcount, | |||
int * | number, | |||
float * | params | |||
) |
Returns the parameter settings from multiple vertices without 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. | |
number | - Number of parameters that are set on the vertices of this piece of geometry. Note that number is consistent for all vertices of the shell or mesh. | |
params | - A two dimensional array of floating-point vertex parameters. Passed by reference. Returned to user. |
void MShow_Vertex_Parameter_Size | ( | HC_KEY | key, | |
int * | number | |||
) |
Returns the number of parameters that are set on each vertex of a shell or mesh.
key | - Key to the piece of geometry to query. | |
number | - Number of parameters that are set on the vertices of this piece of geometry. Note that number is consistent for all vertices of the shell or mesh. |