DX9ToolsR4 - Created by: X

Camera Properties

The properties of the Camera class are listed below. For a complete list of Camera class members, see the Camera Members topic.

Public Instance Properties

AspectRatio Gets / Sets the cameras aspect ratio.
AutoUpdateProjection If set to True, Properties like FieldOfView will automatically call the UpdateProjecttion method.
AutoUpdateView If set to True, Methods like SetPosition will automatically call the UpdateView method.
Device Gets/Sets the Direct3D.Device that the camera will work with.
FarPlane Gets / Sets the value of the projection matrix's far viewing plane.
FieldOfView Gets / Sets the cameras FOV or Field of view.
LookAt Gets / Sets the cameras LookAt position.
NearPlane Gets / Sets the value of the projection matrix's near viewing plane.
Orientation Gets / Sets the cameras Orientation.
Position Gets / Sets the cameras Position.
Projection Returns a reference to a private projection matrix not the 'Direct3D.Device.Transforms.Projection' matrix.
View Returns a reference to a private view matrix.

See Also

Camera Class | CBX.Libs.DX9ToolsR4 Namespace