Click or drag to resize

OrthographicCamera Properties

The OrthographicCamera type exposes the following members.

Properties
 NameDescription
Public propertyDistance Gets the distance of the camera from the target position.
(Inherited from CameraBase)
Public propertyEyePosition Gets the camera position, the so-called eye position.
(Inherited from CameraBase)
Public propertyInverseLookAtRHMatrix Gets the inverse LookAtRH matrix. This matrix transforms a point from the camera coordinate system to the world coordinate system, i.e. the point (0,0,0) is transformed to (CameraPosition.X, CameraPosition.Y, CameraPosition.Z).
(Inherited from CameraBase)
Public propertyLookAtRHMatrix Returns the same matrix that the Direct3D function LookAtRH would provide.
(Inherited from CameraBase)
Public propertyRightVectorPerpendicularToEyeVectorNormalized Gets the normalized right vector, that is made perpendicular to the eye vector.
(Inherited from CameraBase)
Public propertyScreenOffset Gets the screen offset. The screen offset has to be used only in extraordinary situation, e.g. for shifting to simulate multisampling; or for shifting to center the exported bitmap. It is not serialized either.
(Inherited from CameraBase)
Public propertyTargetPosition Gets the position the camera is looking at.
(Inherited from CameraBase)
Public propertyTargetToEyeVector Gets the eye vector, i.e. the vector pointing from target to the camera eye.
(Inherited from CameraBase)
Public propertyTargetToEyeVectorNormalized Gets the normalized eye vector, i.e. the vector pointing from target to the camera eye.
(Inherited from CameraBase)
Public propertyUpVector Gets the camera up vector.
(Inherited from CameraBase)
Public propertyUpVectorPerpendicularToEyeVectorNormalized Gets the normalized up vector, that is made perpendicular to the eye vector.
(Inherited from CameraBase)
Public propertyWidthAtTargetDistance Gets the width of the view field at target distance. For this orthographic camera, it is always the same as WidthAtZNear.
(Overrides CameraBaseWidthAtTargetDistance)
Public propertyWidthAtZNear Gets the width of the view field at ZNear distance.
(Inherited from CameraBase)
Public propertyZFar Gets the maximum distance the camera is 'seeing' something. Objects farther away than this distance (from the camera) will not be visible.
(Inherited from CameraBase)
Public propertyZNear Gets the minimum distance the camera is 'seeing' something. Objects closer than this distance (from the camera) will not be visible.
(Inherited from CameraBase)
Top
See Also