F=2*atan(w/d/2)
w - screen width;
d - distance from viewer to screen;
F - in game FOV for 1:1 scale;
Setting FOV according to this, you will get real life sized objects on the screen, however that FOV will be too narrow for adequate SA in most use cases (i.e. using average display at normal distance).
|