SoCamera Properties |
The SoCamera type exposes the following members.
Name | Description | |
---|---|---|
![]() | aspectRatio | The ratio of camera viewing width to height. |
![]() | farDistance | The distance from the camera viewpoint to the far clipping plane. |
![]() | focalDistance | The distance from the viewpoint to the point of focus. |
![]() | IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) |
![]() | nearDistance | The distance from the camera viewpoint to the near clipping plane. |
![]() | orientation | The orientation of the camera viewpoint, defined as a rotation of the viewing direction from its default (0,0,-1) vector. |
![]() | position | The location of the camera viewpoint. |
![]() | UserData |
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.) |
![]() | viewportMapping | Defines how to map the rendered image into the current viewport, when the aspect ratio of the camera differs from that of the viewport. |