Changeset 2717 for GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface
- Timestamp:
- 05/27/08 16:38:18 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtGlRenderer.cpp
r2716 r2717 241 241 242 242 // use shading 243 if ( 1)//mSnapErrorFrames)243 if (mSnapErrorFrames) 244 244 { 245 245 glEnable(GL_NORMALIZE); … … 275 275 276 276 glColorMaterial(GL_FRONT_AND_BACK, GL_AMBIENT_AND_DIFFUSE); 277 //glEnable(GL_COLOR_MATERIAL);277 glEnable(GL_COLOR_MATERIAL); 278 278 279 279 GLfloat lmodel_ambient[] = {0.3f, 0.3f, 0.3f, 1.0f};
Note: See TracChangeset
for help on using the changeset viewer.