This commit is contained in:
MarcEricMartel 2021-12-01 21:22:27 -05:00
parent b52c7528c8
commit af0464b3a2

View File

@ -22,7 +22,7 @@ void Engine::Init() {
gluPerspective(45.0f, (float)Width() / (float)Height(), 0.0001f, 1000.0f);
glEnable(GL_DEPTH_TEST);
glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);
//glShadeModel(GL_SMOOTH);
glShadeModel(GL_SMOOTH);
glEnable(GL_LIGHTING);
glEnable(GL_LINE_SMOOTH);
glEnable(GL_CULL_FACE);