Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3359 in orxonox.OLD for orxonox/branches/parenting/src/orxonox.cc


Ignore:
Timestamp:
Jan 6, 2005, 9:31:17 PM (19 years ago)
Author:
patrick
Message:

orxonox/branches/parenting: glEnable(Textures) only for parts that realy need textures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/orxonox.cc

    r3338 r3359  
    186186  glLightfv (GL_LIGHT0, GL_DIFFUSE, whiteLight);
    187187   
    188   glEnable (GL_TEXTURE_2D);
     188  //glEnable (GL_TEXTURE_2D);
    189189  //  glEnable(GL_COLOR);
    190190  //  glShadeModel(GL_SMOOTH);
Note: See TracChangeset for help on using the changeset viewer.