IDirect3DRMMeshBuilder Interface Method Groups

Applications use the methods of the IDirect3DRMMeshBuilder interface to interact with mesh objects. The methods can be organized into the following groups:

Color GetColorSource

SetColor

SetColorRGB

SetColorSource

Creation and GetBox

information

Faces AddFace

AddFaces

CreateFace

GetFaceCount

GetFaces

IUnknown AddRef

QueryInterface

Release

Loading Load

Meshes AddMesh

CreateMesh

Miscellaneous AddFrame

AddMeshBuilder

ReserveSpace

Save

Scale

SetMaterial

Translate

Normals AddNormal

GenerateNormals

SetNormal

Perspective GetPerspective

SetPerspective

Rendering quality GetQuality

SetQuality

Textures GetTextureCoordinates

SetTexture

SetTextureCoordinates

SetTextureTopology

Vertices AddVertex

GetVertexColor

GetVertexCount

GetVertices

SetVertex

SetVertexColor

SetVertexColorRGB

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

AddDestroyCallback

Clone

DeleteDestroyCallback

GetAppData

GetClassName

GetName

SetAppData

SetName

The Direct3DRMMeshBuilder object is obtained by calling the IDirect3DRM::CreateMeshBuilder method.