diff options
Diffstat (limited to 'src/testApp.cpp')
| -rw-r--r-- | src/testApp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testApp.cpp b/src/testApp.cpp index 089e677..e9ae5ee 100644 --- a/src/testApp.cpp +++ b/src/testApp.cpp @@ -10,8 +10,8 @@ void testApp::setup(){ glEnable (GL_DEPTH_TEST); glShadeModel (GL_SMOOTH); - /* initialize lighting */ - glEnable (GL_LIGHTING); + // initialize lighting + //glEnable (GL_LIGHTING); glColorMaterial (GL_FRONT_AND_BACK, GL_DIFFUSE); glEnable (GL_COLOR_MATERIAL); |
