RenderWare V2.1

Previous Page Index Next Page

RwClump *

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 vertex’s texture coordinates.

v V coordinate of the vertex’s 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

RwCubicTexturizeClump()

RwEnvMapClump()

RwGetClumpVertexUV()

RwSetClumpVertex()

RwSetClumpVertexNormal()

RwSetMaterialTexture()

RwSetPolygonTexture()

RwSetPolygonUV()

RwSphericalTexturizeClump()