Microsoft SDK for Java

getGroupQuality

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

Syntax

public int getGroupQuality(int id);

Return Value

Returns one or more values of the render quality type if successful; otherwise, returns zero. These values include the shading, lighting, and fill modes for the object.

Parameters

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

See Also

setGroupQuality

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