IDirect3DRMFace Interface Method Groups

Applications use the methods of the IDirect3DRMFace interface to interact with a single polygon in a mesh. The methods can be organized into the following groups:

Color GetColor

SetColor

SetColorRGB

IUnknown AddRef

QueryInterface

Release

Materials GetMaterial

SetMaterial

Textures GetTexture

GetTextureCoordinateIndex

GetTextureCoordinates

GetTextureTopology

SetTexture

SetTextureCoordinates

SetTextureTopology

Vertices and normals AddVertex

AddVertexAndNormalIndexed

GetNormal

GetVertex

GetVertexCount

GetVertexIndex

GetVertices

All COM interfaces inherit the IUnknown interface methods, which are listed in the "IUnknown" group above. These three methods allow additional interfaces to be added to the Direct3DRMFace object without affecting the functionality of the original interface. In addition, the IDirect3DRMFace interface inherits the following methods from the IDirect3DRMObject interface:

AddDestroyCallback

Clone

DeleteDestroyCallback

GetAppData

GetClassName

GetName

SetAppData

SetName

The Direct3DRMFace object is obtained by calling the IDirect3DRM::CreateFace method.