Fluffy Kalashnikov Posted June 19, 2020 Posted June 19, 2020 (edited) I'm used to have 90 as the vertical FOV in games, and since the Source engine is kinda whack I've also used this site to get which FOV I should have by trying numbers until I got to the closest one. Which in this case was 106.2602. Today I tried to calculate the FOV by moving 45 degrees (((360distance / 360) * 90)/2) to where the top of the camera was in Titanfall 2, a game made with Source. After that I also tried it in my Unity project, and it was different, despite the 360 distance being pretty much the same. After that I went into Minecraft to test it, where I'm sure the FOV is 90, and the Unity project was much more accurate. After that I tried 90 * (90/73.739795), which results in 109.8457081 as the ingame-FOV in Titanfall 2. This is a lot more accurate than before, and makes more mathematical sense, but just in case I'm stupid you might want to test it out. Edited June 19, 2020 by Fluffy Kalashnikov More info
Wizard DPI Wizard Posted June 20, 2020 Wizard Posted June 20, 2020 To get a vertical FOV of 90 in Titanfall if that's what you're getting at, you need to set the FOV to 106.26: https://www.mouse-sensitivity.com/?share=ad8664cba2e71d94174df01562f735f2
Fluffy Kalashnikov Posted June 20, 2020 Author Posted June 20, 2020 (edited) This shows the issue better, and I'm pretty convinced that the actual FOV is slightly wrong on Titanfall and Apex at least since the calculation was a lot more accurate. Also, the FOV slider in Titanfall just visually round off the numbers, so using cl_fovScale like in Apex is a lot more accurate :3 I should also probably had zoomed in on the examples, but I guess you got the point Edited June 20, 2020 by Fluffy Kalashnikov
Wizard DPI Wizard Posted June 20, 2020 Wizard Posted June 20, 2020 Thanks for the video! You're looking at an object too close to yourself. The center of rotation is slightly behind your view, so objects too close will not be accurate to measure by. Try here instead (or anywhere with an object far away) and line up the top of the banners and you'll see that the calculations are correct. Fluffy Kalashnikov 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now