diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-01-03 23:47:53 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-01-03 23:47:53 +0000 |
| commit | 8b01f111e874493d0c3ecb0113a7639116c09c5c (patch) | |
| tree | 0d6b28feec2894850aec9e097267e23b44ce7148 /src/testApp.cpp | |
| parent | bd80808793bcadebc303409b316a7d50c8fc2eb5 (diff) | |
using ofLight
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); |
