Increasing default resolution.
This commit is contained in:
parent
083f4785ae
commit
0311767651
2
main.cc
2
main.cc
@ -18,7 +18,7 @@ using namespace ACGL::OpenGL;
|
|||||||
using namespace ACGL::Base;
|
using namespace ACGL::Base;
|
||||||
using namespace ACGL::Utils;
|
using namespace ACGL::Utils;
|
||||||
|
|
||||||
glm::uvec2 g_windowSize( 640, 480 );
|
glm::uvec2 g_windowSize( 1024, 786 );
|
||||||
float g_nearPlane = 0.1f;
|
float g_nearPlane = 0.1f;
|
||||||
float g_farPlane = 100.0f;
|
float g_farPlane = 100.0f;
|
||||||
bool glfwWindowClosed = false;
|
bool glfwWindowClosed = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user