This method of the Direct3dRMMesh Class retrieves the data associated with a specified group.
public void getGroup(int id, int[] vcnt, int[] fcnt, int[] vPerFace, int[] fDataSize, int[] fdata);
id | The group identifier. This identifier must have been produced by using the addGroup method. |
vcnt | The array variables that receive the number of vertices for the group. |
fcnt | The array variables that receive the number of faces for the group. |
vPerFace | The array variable that receives the number of vertices per face for the group. |
fDataSize | The array variable that receives the number of values in the array associated with the fdata parameter. |
fData | The array variable that receives the face data for the group. The format of this data is the same as was specified in the call to the addGroup method. |