Platform SDK: DirectX |
The DirectX7.ProjectionMatrix method sets the near and far clipping planes and the field of view angle.
object.ProjectionMatrix(mDest As D3DMATRIX, _ nearPlane As Single, _ farPlane As Single, _ fov As Single)
If the method fails, an error is raised and Err.Number is set.
The fov can be determined by drawing a line from the middle of the projector to the middle of the front clipping plane and a line from the middle of the projector to the top of the front clipping plane and doubling the resulting angle.