IDirect3DRMViewport Interface Method Groups

Applications use the methods of the IDirect3DRMViewport interface to work with viewport objects. The methods can be organized into the following groups:

Camera GetCamera

SetCamera

Clipping planes GetBack

GetFront

GetPlane

SetBack

SetFront

SetPlane

Dimensions GetHeight

GetWidth

Field of view GetField

SetField

Initialization Init

IUnknown AddRef

QueryInterface

Release

Miscellaneous Clear

Configure

ForceUpdate

GetDevice

GetDirect3DViewport

Pick

Render

Offsets GetX

GetY

Projection types GetProjection

SetProjection

Scaling GetUniformScaling

SetUniformScaling

Transformations InverseTransform

Transform

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

AddDestroyCallback

Clone

DeleteDestroyCallback

GetAppData

GetClassName

GetName

SetAppData

SetName

The Direct3DRMViewport object is obtained by calling the IDirect3DRM::CreateViewport method.