IDirect3DRMAnimation Interface Method Groups
Applications use the methods of the IDirect3DRMAnimation interface to animate the position, orientation, and scaling of visuals, lights, and viewports. The methods can be organized into the following groups:
IUnknown AddRef
Keys AddPositionKey
Miscellaneous SetFrame
Options GetOptions
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 Direct3DRMAnimation object without affecting the functionality of the original interface. In addition, the IDirect3DRMAnimation interface inherits the following methods from the IDirect3DRMObject interface:
The Direct3DRMAnimation object is obtained by calling the IDirect3DRM::CreateAnimation method.