SetMeshMemblockVertexPosition

Description

Provides a quick way to modify the position 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 position values. Vertices start at index 0.

Definition

SetMeshMemblockVertexPosition( memID, vertexIndex, x, y, z )

Parameters