Use an higher FOV value in demos

A vertical FOV of 74 degrees is roughly equivalent to a 90 degree
horizontal FOV on a 4:3 display (~106.26 degrees on 16:9), which
is the typical default FOV used in PC games.
This commit is contained in:
Hugo Locurcio
2018-05-18 22:52:52 +02:00
parent 65ea563d57
commit 86bf5060b3
16 changed files with 25 additions and 43 deletions

View File

@@ -57,7 +57,7 @@ v_offset = 0.0
doppler_tracking = 0
projection = 0
current = false
fov = 60.0
fov = 74.0
size = 1.0
near = 0.1
far = 100.0
@@ -189,5 +189,3 @@ align = 1
[connection signal="pressed" from="pause" to="." method="_on_pause_pressed"]
[connection signal="pressed" from="pause_popup/unpause" to="." method="_on_unpause_pressed"]