Click or drag to resize
SoCamera Properties

The SoCamera type exposes the following members.

Properties
  NameDescription
Public propertyaspectRatio

The ratio of camera viewing width to height.

Public propertyfarDistance

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

Public propertyfocalDistance

The distance from the viewpoint to the point of focus.

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

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

Public propertyorientation

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

Public propertyposition

The location of the camera viewpoint.

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.

Top
See Also