Microsoft SDK for Java

getTextureCoordinates

This method of the Direct3dRMFace Class retrieves the texture coordinates of a vertex in a Direct3dRMFace object.

Syntax

public void getTextureCoordinates(int vertex, float[] u, float[] v);

Parameters

vertex The index of the vertex.
u The array variables that receive the texture u coordinates of the vertex.
v The array variables that receive the texture v coordinates of the vertex.

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