Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Closeoutput | The calculated matrix. |
focalLength | Focal length in millimeters. |
sensorSize | Sensor dimensions in Millimeters. |
lensShift | Lens offset relative to the sensor size. |
nearClip | Near plane distance. |
farClip | Far plane distance. |
gateFitParameters | Gate fit parameters to use. See GateFitParameters. |
Calculates the projection matrix from focal length, sensor size, lens shift, near plane distance, far plane distance, and Gate fit parameters. To calculate the projection matrix without taking Gate fit into account, use Camera.GateFitMode.None . See Also: GateFitParameters