Version: 2021.1
언어: 한국어

Camera.CalculateProjectionMatrixFromPhysicalProperties(Matrix4x4,float,Vector2,Vector2,GateFitParameters)

매뉴얼로 전환

파라미터

output 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