blueprint

Calculate Camera Distance

  • Exposure: public
  • UE Version: 5.1

Josee

February 1, 2023, 6:16 am

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • Josee

    February 1, 2023, 6:23 am

    物象高度*Aspect Ratio=视角成像高度

    tan(fov/2)=(视角成像高度/2)/物距

    此蓝图解决相机自适应窗口动态设置物距使成像大小不变

    Aspect Ratio=ViewSize_X/ViewSize_Y