Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public double FieldOfView { get; set; }

Property Value

Type: Double
See Also