IDirect3DRMMeshBuilder::AddVertex

int AddVertex(D3DVALUE x, D3DVALUE y, D3DVALUE z);

Adds a vertex to a Direct3DRMMeshBuilder object.

·Returns the index of the vertex.

x, y, and z

The x, y, and z components of the position of the new vertex.