This method of the Direct3dRMMesh Class retrieves the number of vertex positions from the given index to the end of the array associated with the group.
public void getVerticesSize(int id, int idx, int[] cnt);
id | The group identifier. This identifier must have been produced by using the addGroup method. |
idx | The index of the first vertex position to count. |
cnt | The array variable that receives the count of vertex positions. |