Skip to content

Commit

Permalink
changed fov
Browse files Browse the repository at this point in the history
  • Loading branch information
nitronoid committed May 6, 2018
1 parent 04549ee commit 6554aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class Camera
//-----------------------------------------------------------------------------------------------------
/// @brief The cameras field of view (y axis).
//-----------------------------------------------------------------------------------------------------
float m_fovy = glm::quarter_pi<float>();
float m_fovy = 0.5;//glm::quarter_pi<float>();
//-----------------------------------------------------------------------------------------------------
/// @brief The cameras aspect ratio.
//-----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 6554aba

Please sign in to comment.