Class CameraBuilder.Perspective
CameraBuilder.Perspective class
public sealed class Perspective : CameraBuilder
Constructors
| Name | Description |
|---|
| Perspective(float?, float, float, float) | |
Properties
| Name | Description |
|---|
| 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
| Name | Description |
|---|
| override Clone() | |
See Also