Camera Properties |
The Camera type exposes the following members.
| Name | Description | |
|---|---|---|
| FarClippingDistance |
The near clipping distance for the orthographic camera.
This defaults to 0, which means no clipping regardless of the distance of the camera
from the focal point. Any other value sets the near clipping plane to that value.
| |
| HeadTarget |
Calculate the head target given the HeadYawPitchRoll offset for VR.
| |
| HeadYawPitchRoll |
Camera rotation offset useful for VR headsets (in radians).
| |
| NearClippingDistance |
The near clipping distance for the orthographic camera.
This defaults to 0, which means no clipping regardless of the distance of the camera
from the focal point. Any other value sets the near clipping plane to that value.
| |
| PlanView | ||
| PlanViewRotation |
Rotation of Plan View (in radians)
| |
| Position |
The Camera Position in X,Y,Z coordinates, looking at the origin.
| |
| Rotation |
Calculate the current rotation of the camera.
| |
| Target |
The Camera Translation in X,Y,Z coordinates away from origin.
|