Moving far plane a bit further.
This commit is contained in:
parent
89a3018221
commit
7f0a493a01
2
main.cc
2
main.cc
@ -17,7 +17,7 @@
|
|||||||
#include <ACGL/Base/Settings.hh>
|
#include <ACGL/Base/Settings.hh>
|
||||||
|
|
||||||
Application::Application() {
|
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() {
|
Graphics* Application::getGraphics() {
|
||||||
|
Loading…
Reference in New Issue
Block a user