From 0269e63af997e0336d7dbe5e0a1824ee3cf87ff1 Mon Sep 17 00:00:00 2001 From: andreja6 Date: Sun, 10 Nov 2019 20:16:11 -0800 Subject: [PATCH] Undid commit #1688865, Fixed smooth verticies --- Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application.cpp b/Application.cpp index bf2d6fe..5948f9e 100644 --- a/Application.cpp +++ b/Application.cpp @@ -592,7 +592,7 @@ void Application::onGraphics(RenderDevice* rd) { // Setup lighting renderDevice->enableLighting(); - //renderDevice->setShadeMode(RenderDevice::SHADE_SMOOTH); + renderDevice->setShadeMode(RenderDevice::SHADE_SMOOTH); renderDevice->setAmbientLightColor(Color3(1,1,1)); renderDevice->setLight(0, GLight::directional(lighting.lightDirection, lighting.lightColor));