Microsoft SDK for Java

setVertex

This method of the Direct3dRMMeshBuilder Class sets the position of a specified vertex in a Direct3dRMMeshBuilder object.

Syntax

public void setVertex(int idx, float x, float y, float z);

Parameters

idx The index of the vertex to be set.
x The x component of the position to assign to the specified vertex.
y The y component of the position to assign to the specified vertex.
z The z component of the position to assign to the specified vertex.

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