IDirect3DRMMesh Interface Method Groups

Applications use the methods of the IDirect3DRMMesh interface to interact with groups of meshes. The methods can be organized into the following groups:

Color GetGroupColor

SetGroupColor

SetGroupColorRGB

Creation and AddGroup

information GetBox

GetGroup

GetGroupCount

IUnknown AddRef

QueryInterface

Release

Materials GetGroupMaterial

SetGroupMaterial

Miscellaneous Scale

Translate

Rendering quality GetGroupQuality

SetGroupQuality

Texture mapping GetGroupMapping

SetGroupMapping

Textures GetGroupTexture

SetGroupTexture

Vertex positions GetVertices

SetVertices

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 Direct3DRMMesh object without affecting the functionality of the original interface. In addition, the IDirect3DRMMesh interface inherits the following methods from the IDirect3DRMObject interface:

AddDestroyCallback

Clone

DeleteDestroyCallback

GetAppData

GetClassName

GetName

SetAppData

SetName

The Direct3DRMMesh object is obtained by calling the IDirect3DRM::CreateMesh method.