Microsoft SDK for Java

Direct3dRMFaceArray Class

Applications use the methods of the Direct3dRMFaceArray Class of the com.ms.directX package to organize faces in a mesh.

public class Direct3dRMFaceArray implements
            IDirect3dRMFaceArray
{
  // Methods
  public Direct3dRMFace getElement(int index);
  public int getSize();
}

The Direct3dRMFaceArray object is obtained by calling the getFaces method.

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