SetMeshMemblockVertexNormal

Description

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

Definition

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

Parameters