Ignore:
Timestamp:
05/18/08 00:30:13 (16 years ago)
Author:
mattausch
Message:

fixed several problems

File:
1 edited

Legend:

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

    r2670 r2686  
    6767        GLfloat mat_shininess[] = {  1.0  }; 
    6868 
    69         GLfloat light_ambient[]  = {  0.2, 0.2, 0.2, 1.0  }; 
    70         GLfloat light_diffuse[]  = {  0.4, 0.4, 0.4, 1.0  }; 
    71         GLfloat light_specular[] = {  0.3, 0.3, 0.3, 1.0 }; 
    72  
    73         GLfloat lmodel_ambient[] = {0.3, 0.3, 0.3, 1.0}; 
     69        GLfloat light_ambient[]  = {  0.2f, 0.2f, 0.2f, 1.0f  }; 
     70        GLfloat light_diffuse[]  = {  0.4f, 0.4f, 0.4f, 1.0f  }; 
     71        GLfloat light_specular[] = {  0.3f, 0.3f, 0.3f, 1.0f }; 
     72 
     73        GLfloat lmodel_ambient[] = {0.3f, 0.3f, 0.3f, 1.0f}; 
    7474 
    7575 
Note: See TracChangeset for help on using the changeset viewer.