Increased the FOV from 45 degrees to 70 degrees

This commit is contained in:
CobaltXII
2018-12-30 18:04:43 -05:00
parent d3c04b8858
commit ba10d4bcf9

View File

@@ -364,7 +364,7 @@ int main(int argc, char** argv)
// Generate the projection matrix.
glm::mat4 matrix_projection = glm::perspective(glm::radians(45.0f), aspect_ratio, 0.128f, 256.0f);
glm::mat4 matrix_projection = glm::perspective(glm::radians(70.0f), aspect_ratio, 0.128f, 256.0f);
// Generate the view matrix.