This method of the Direct3dRMMeshBuilder Class adds a vertex to a Direct3dRMMeshBuilder object.
public int addVertex(float x, float y, float z);
Returns the index of the vertex.
x | The x component of the position of the new vertex. |
y | The y component of the position of the new vertex. |
z | The z component of the position of the new vertex. |