This method of the Direct3dRMMeshBuilder Class sets the color of a specified vertex in a Direct3dRMMeshBuilder object.
public void setVertexColor(int idx, int c);
idx | The index of the vertex to be set. |
c | The color to assign to the specified vertex. |