Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question I would need to know the calculation of the fov when the physical camera is turned on and off.

Discussion in 'General Graphics' started by jooij, Jun 10, 2020.

  1. jooij

    jooij

    Joined:
    Mar 27, 2017
    Posts:
    6
    Hi, I need help.
    I use physical camera properties in Camera.
    When Fov Axis is vertical, the value of fov does not change even if the physical camera is turned on and off.
    However, when Fov Axis is horizontal, the value will be different.
    I would like to know the reason for this and the calculation.