Microsoft SDK for Java

setGroupTexture

This method of the Direct3dRMMesh Class sets the texture associated with a group in a Direct3dRMMesh object.

Syntax

public void setGroupTexture(int id, Direct3dRMTexture val);

Parameters

id The group identifier. This identifier must have been produced by using the addGroup method.
val The Direct3dRMTexture object to set.

See Also

getGroupTexture

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