Constructor LensSettings
LensSettings(float, float, float, float, float)
Explicit constructor for this LensSettings
Declaration
public LensSettings(float fov, float orthographicSize, float nearClip, float farClip, float dutch)
Parameters
Type | Name | Description |
---|---|---|
float | fov | The Vertical field of view |
float | orthographicSize | If orthographic, this is the half-height of the screen |
float | nearClip | The near clip plane |
float | farClip | The far clip plane |
float | dutch | Camera roll, in degrees. This is applied at the end after shot composition. |