Moving far plane a bit further.

This commit is contained in:
Faerbit 2014-11-19 00:59:02 +01:00
parent 8968750015
commit 9576a40af6

View File

@ -17,7 +17,7 @@
#include <ACGL/Base/Settings.hh>
Application::Application() {
graphics = Graphics(glm::uvec2(1024, 786), 0.1f, 100.0f);
graphics = Graphics(glm::uvec2(1024, 786), 0.1f, 150.0f);
}
Graphics* Application::getGraphics() {