- Timestamp:
- Jan 6, 2005, 9:31:17 PM (20 years ago)
- Location:
- orxonox/branches/parenting/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/parenting/src/glmenu_imagescreen.cc
r3358 r3359 93 93 { 94 94 // Display a quad texture to the screen 95 glEnable(GL_TEXTURE_2D); 95 96 glBegin(GL_QUADS); 96 97 … … 112 113 113 114 glEnd(); 114 115 glEnable(GL_TEXTURE_2D); 116 115 117 SDL_GL_SwapBuffers(); 116 118 -
orxonox/branches/parenting/src/orxonox.cc
r3338 r3359 186 186 glLightfv (GL_LIGHT0, GL_DIFFUSE, whiteLight); 187 187 188 glEnable (GL_TEXTURE_2D);188 //glEnable (GL_TEXTURE_2D); 189 189 // glEnable(GL_COLOR); 190 190 // glShadeModel(GL_SMOOTH);
Note: See TracChangeset
for help on using the changeset viewer.