Ignore:
Timestamp:
05/27/08 16:38:18 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtGlRenderer.cpp

    r2716 r2717  
    241241 
    242242        // use shading 
    243         if (1)//mSnapErrorFrames) 
     243        if (mSnapErrorFrames) 
    244244        { 
    245245                glEnable(GL_NORMALIZE); 
     
    275275 
    276276                glColorMaterial(GL_FRONT_AND_BACK, GL_AMBIENT_AND_DIFFUSE); 
    277                 //glEnable(GL_COLOR_MATERIAL); 
     277                glEnable(GL_COLOR_MATERIAL); 
    278278 
    279279                GLfloat lmodel_ambient[] = {0.3f, 0.3f, 0.3f, 1.0f}; 
Note: See TracChangeset for help on using the changeset viewer.