 |
CameraFieldOfView Property |
Gets or sets a value that represents the camera field of view in degrees.
By default this represents horizontal field of view, but this can be changed by setting the
IsHorizontalFieldOfView property.
The property is used when the
ProjectionType is set to
Perspective and not for
Orthographic projection type.
Default value is 45 degrees.
Namespace: Ab4d.SharpEngine.CamerasAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntaxpublic float FieldOfView { get; set; }
Property Value
Single[Missing <value> documentation for "P:Ab4d.SharpEngine.Cameras.Camera.FieldOfView"]
Implements
IPerspectiveCameraFieldOfView
Remarks[Missing <remarks> documentation for "P:Ab4d.SharpEngine.Cameras.Camera.FieldOfView"]
See Also