We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1069ff2 commit 204e219Copy full SHA for 204e219
Source/Utilities/FOVHelper.h
@@ -29,7 +29,7 @@ SOFTWARE.
29
#include <cmath>
30
31
namespace FOV {
32
- float AdjustFOVHorPlusToVertPlus(float aspectRatio = (16.0f / 9.0f), float horizontalFOV = 50.0f, float aspectRatioThreshold = (16.0f / 9.0f));
+ float AdjustFOVHorPlusToVertPlus(float aspectRatio = (16.0f / 9.0f), float horizontalFOV = 60.0f, float aspectRatioThreshold = (16.0f / 9.0f));
33
} // FOV
34
35
#endif //FOVHELPER_H
0 commit comments