Microsoft SDK for Java

getVerticesAsFloats

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

Syntax

public void getVerticesAsFloats(int[] vertex_cnt, D3dVector coord, D3dVector normals);

Parameters

vertex_cnt The array variable that receives the number of floats of the vertices.
coord The D3dVector objects that receive the positions vectors of the vertices.
normals The D3dVector objects that receive the normal vectors of the vertices.

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