IDirect3DRMMesh::SetGroupQuality
HRESULT SetGroupQuality(D3DRMGROUPINDEX id, D3DRMRENDERQUALITY value);
Sets the rendering quality for a specified group in a Direct3DRMMesh object.
·Returns D3DRM_OK if successful, or an error otherwise. For a list of possible return codes, see Direct3D Retained-Mode Return Values.
id
Identifier of the group. This identifier must have been produced by using the IDirect3DRMMesh::AddGroup method.
value
Values from the enumerated types represented by the D3DRMRENDERQUALITY type. These values include the shading, lighting, and fill modes for the object.