Class CameraBuilder.Perspective

CameraBuilder.Perspective class

public sealed class Perspective : CameraBuilder

Constructors

NameDescription
Perspective(float?, float, float, float)

Properties

NameDescription
AspectRatio { get; set; }Gets or sets the aspect ratio between horizontal window size and vertical window size.
Extras { get; set; }Gets or sets the custom data of this object.
IsValid { get; }Gets a value indicating whether the camera parameters are correct.
Matrix { get; }Gets the projection matrix for the camera parameters.
Name { get; set; }Gets or sets the display text name, or null.
VerticalFOV { get; set; }Gets or sets the vertical field of view, in radians
ZFar { get; set; }Gets or sets the far plane distance in the Z axis.
ZNear { get; set; }Gets or sets the near plane distance in the Z axis.

Methods

NameDescription
override Clone()

See Also