RwSetClumpVertexUV(RwClump *clump,
RwInt32 index, RwReal u,
RwReal v);
Description
Sets the texture (U, V) coordinates of the vertex which belongs to clump and has the vertex index index.
Arguments
clump Pointer to the clump.
index The vertex index.
u U coordinate of the vertexs texture coordinates.
v V coordinate of the vertexs texture coordinates.
Return Value
The argument clump if successful, and NULL otherwise.
Comments
The vertex index is an integer greater than 0 and less than or equal to the number of vertices that belong to the clump.
See Also