Microsoft SDK for Java

getVerticesSize

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.

Syntax

public void getVerticesSize(int id, int idx, int[] cnt);

Parameters

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.

See Also

getVertices

© 1999 Microsoft Corporation. All rights reserved. Terms of use.