opentk / LearnOpenTK

A port of learnopengl.com's tutorials to OpenTK and C#.
Creative Commons Attribution 4.0 International
463 stars 115 forks source link

Fixed a small clamping issue with the camera fov #63

Closed TheHelpfulHelper closed 2 years ago

TheHelpfulHelper commented 2 years ago

The default value stored in _fov is 'PI/2 rad' or 90°, which is greater than the maximum clamping value of 45°

NogginBops commented 2 years ago

Good catch! If you ping me on the discord you can get a contributor role if you want.