Microsoft SDK for Java

setGroupMapping

This method of the Direct3dRMMesh Class sets the mapping for a group in a Direct3dRMMesh object. The mapping controls how textures are mapped to a surface.

Syntax

public void setGroupMapping(int id, int value);

Parameters

id The group identifier. This identifier must have been produced by using the addGroup method.
value The mapping type value describing the mapping for the group.

See Also

getGroupMapping

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