This method of the Direct3dRMMesh Class retrieves the rendering quality for a specified group in a Direct3dRMMesh object.
public int getGroupQuality(int id);
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.
id | The group identifier. This identifier must have been produced by using the addGroup method. |