Version: 2022.1
언어: 한국어

Camera.FocalLengthToFieldOfView

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

파라미터

focalLength Focal length in millimeters.
sensorSize Sensor 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.