Click or drag to resize
SoOrthographicCamera Properties

The SoOrthographicCamera type exposes the following members.

Properties
  NameDescription
Public propertyaspectRatio

The ratio of camera viewing width to height.

(Inherited from SoCamera.)
Public propertyfarDistance

The distance from the camera viewpoint to the far clipping plane.

(Inherited from SoCamera.)
Public propertyfocalDistance

The distance from the viewpoint to the point of focus.

(Inherited from SoCamera.)
Public propertyheight

Height of the viewing volume.

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertynearDistance

The distance from the camera viewpoint to the near clipping plane.

(Inherited from SoCamera.)
Public propertyorientation

The orientation of the camera viewpoint, defined as a rotation of the viewing direction from its default (0,0,-1) vector.

(Inherited from SoCamera.)
Public propertyposition

The location of the camera viewpoint.

(Inherited from SoCamera.)
Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Public propertyviewportMapping

Defines how to map the rendered image into the current viewport, when the aspect ratio of the camera differs from that of the viewport.

(Inherited from SoCamera.)
Top
See Also