This method of the Direct3dRMFace Class adds a vertex to a Direct3dRMFace object.
public void addVertex(float x, float y, float z);
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. |