DX9ToolsR4 - Created by: X

Camera.Projection Property

Returns a reference to a private projection matrix not the 'Direct3D.Device.Transforms.Projection' matrix.

[Visual Basic]
Public Property Projection As Matrix
[C#]
public Microsoft.DirectX.Matrix Projection {get; set;}

Remarks

When working with this property be aware that it is not a direct reference to the 'Direct3D.Device.Transforms.Projection' matrix. The camera class maintains it own projection matrix.

See Also

Camera Class | CBX.Libs.DX9ToolsR4 Namespace