Microsoft SDK for Java

getGroupTexture

This method of the Direct3dRMMesh Class retrieves an address of the texture associated with a group in a Direct3dRMMesh object.

Syntax

public Direct3dRMTexture getGroupTexture(int id);

Return Value

Returns the Direct3dRMTexture object if successful; otherwise, returns null.

Parameters

id The group identifier. This identifier must have been produced by using the addGroup method.

See Also

setGroupTexture

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