CameraFieldOfView Property |
Gets or sets field of view in radians. The field of view is applied to the
larger of the window dimensions. For example, if the window width was 640 and
the height was 480, the field of view applies to the horizontal. Use
HorizontalFieldOfView and
VerticalFieldOfView to
get the horizontal and vertical field of views. Wide fields of views generally
show more objects but can look distorted as compared to narrower ones.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double FieldOfView { get; set; }
Public Property FieldOfView As Double
Get
Set
public:
property double FieldOfView {
double get ();
void set (double value);
}
member FieldOfView : float with get, set
Property Value
Type:
DoubleSee Also