Applications use the methods of the IDirect3DRMFrame interface to interact with frames—an object's frame of reference. This section is a reference to the methods of this interface. For a conceptual overview, see IDirect3DRMFrame and IDirect3DRMFrameArray Interfaces.
The methods of the IDirect3DRMFrame interface can be organized into the following groups:
Background GetSceneBackground
Color GetColor
Fog GetSceneFogColor
Hierarchies AddChild
Lighting AddLight
Loading Load
Material modes GetMaterialMode
Positioning and AddMoveCallback
movement AddRotation
Sorting GetSortMode
Textures GetTexture
Transformations AddTransform
Visual objects AddVisual
The IDirect3DRMFrame interface, like all COM interfaces, inherits the IUnknown interface methods. The IUnknown interface supports the following three methods:
In addition, the IDirect3DRMFrame interface inherits the following methods from the IDirect3DRMObject interface:
The Direct3DRMFrame object is obtained by calling the IDirect3DRM::CreateFrame method.