Ignore:
Timestamp:
06/06/08 09:58:57 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2738 r2741  
    257257                GLfloat mat_ambient[] = {0.5f, 0.5f, 0.5f, 1.0f}; 
    258258                GLfloat mat_diffuse[] = {1.0f, 1.0f, 1.0f, 1.0f}; 
    259                 GLfloat mat_specular[] = {0.3f, 0.3f, 0.3f, 1.0f}; 
     259                GLfloat mat_specular[] = {0.5f, 0.5f, 0.5f, 1.0f}; 
    260260                GLfloat mat_shininess[] = {1.0f}; 
    261261 
     
    285285                glEnable(GL_COLOR_MATERIAL); 
    286286 
    287                 GLfloat lmodel_ambient[] = {0.3f, 0.3f, 0.3f, 1.0f}; 
    288                 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient); 
     287                GLfloat lmodel_ambient[] = {0.5f, 0.5f, 0.5, 1.0f}; 
     288                //glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient); 
    289289 
    290290                glShadeModel(GL_SMOOTH); 
Note: See TracChangeset for help on using the changeset viewer.