SetMeshMemblockVertexUV

Description

Provides a quick way to modify the UV values of a vertex inside a mesh memblock. It uses the attribute data from the beginning of the memblock to work out the vertex offset and change the UV values. Vertices start at index 0.

Definition

SetMeshMemblockVertexUV( memID, vertexIndex, u, v )

Parameters