Matrix |
The MatrixCamera type exposes the following members.
Name | Description | |
---|---|---|
AspectRatio | Gets or sets the camera's aspect ration - calculated as viewport's width / height. | |
FarPlaneDistance | Gets or sets a value that specifies the distance from the camera of the camera's far clip plane. | |
Name | Gets the name of the camera | |
NearPlaneDistance | Gets or sets a value that specifies the distance from the camera of the camera's near clip plane. | |
Projection | Gets or sets the camera's projection matrix. | |
ProjectionType | Gets type of projection (Perspective or Orthographic) | |
SceneView | Gets or sets the SceneView that this camera belong to. | |
Version | Gets the version number of this Camera. Version is increased each time the camera is changed. This can be used to check if the camera was changed between two points in time. Note: When camera is changed a lot of times, the Version value can overflow from positive to negative numbers (to prevent problems do not check for bigger value but for not equal value) | |
View | Gets or sets the camera's view matrix. |