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

Cambiar al Manual

Parámetros

outputThe calculated matrix.
focalLengthFocal length in millimeters.
sensorSizeSensor dimensions in Millimeters.
lensShiftLens offset relative to the sensor size.
nearClipNear plane distance.
farClipFar plane distance.
gateFitParametersGate fit parameters to use. See GateFitParameters.

Descripción

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