Microsoft SDK for Java

getVertices

This method of the Direct3dRMFace Class retrieves the position and normal vector of each vertex in a Direct3dRMFace object.

Syntax

public void getVertices(int vCount, D3dVector[] v, D3dVector[] n);

Parameters

vCount The number of vectors.
v The D3dVector array that receives the vertices.
n The D3dVector array that receives the normals.

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