D3DRMPROJECTIONTYPE

typedef enum _D3DRMPROJECTIONTYPE{

D3DRMPROJECT_PERSPECTIVE,

D3DRMPROJECT_ORTHOGRAPHIC

} D3DRMPROJECTIONTYPE;

Defines the type of projection used in a Direct3DRMViewport object. The IDirect3DRMViewport::GetProjection and IDirect3DRMViewport::SetProjection methods use this enumerated type.

D3DRMPROJECT_PERSPECTIVE

The projection is perspective.

D3DRMPROJECT_ORTHOGRAPHIC

The projection is orthographic.