Camera.FocalLengthToFOV

매뉴얼로 전환
public static float FocalLengthToFOV (float focalLength, float sensorSize);

파라미터

focalLengthFocal length in millimeters.
sensorSizeSensor size in millimeters. Use the sensor height to get the vertical field of view. Use the sensor width to get the horizontal field of view.

반환

float field of view in degrees.

설명

Converts focal length to field of view.