Microsoft SDK for Java

getGroupMapping

This method of the Direct3dRMMesh Class returns a description of how textures are mapped to a group in a Direct3dRMMesh object.

Syntax

public int getGroupMapping(int id);

Return Value

Returns one value of mapping type describing how textures are mapped to a group, if successful; otherwise, returns zero.

Parameters

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

See Also

setGroupMapping

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