Applications use the methods of the IDirect3DRMMesh interface to interact with groups of meshes. This section is a reference to the methods of this interface. For a conceptual overview, see IDirect3DRMMesh and IDirect3DRMMeshBuilder Interfaces.
The methods of the IDirect3DRMMesh interface can be organized into the following groups:
Color GetGroupColor
Creation and AddGroup
information GetBox
Materials GetGroupMaterial
Miscellaneous Scale
Rendering quality GetGroupQuality
Texture mapping GetGroupMapping
Textures GetGroupTexture
Vertex positions GetVertices
The IDirect3DRMMesh interface, like all COM interfaces, inherits the IUnknown interface methods. The IUnknown interface supports the following three methods:
In addition, the IDirect3DRMMesh interface inherits the following methods from the IDirect3DRMObject interface:
The Direct3DRMMesh object is obtained by calling the IDirect3DRM::CreateMesh method.