Microsoft SDK for Java

setGroupQuality

This method of the Direct3dRMMesh Class sets the rendering quality for a specified group in a Direct3dRMMesh object.

Syntax

public void setGroupQuality(int id, int value);

Parameters

id The group identifier. This identifier must have been produced by using the addGroup method.
value The render quality type value. These values include the shading, lighting, and fill modes for the object.

See Also

getGroupQuality

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