 |
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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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