Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 17, 2006, 10:44:34 PM (18 years ago)
Author:
patrick
Message:

network: added the ImageEntity WorldEntity class which will soon display an image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/world_entities/skybox.cc

    r6511 r6514  
    210210void SkyBox::draw()
    211211{
    212   glPushAttrib(GL_LIGHTING_BIT);
     212  glPushAttrib(GL_ENABLE_BIT);
     213//   glPushAttrib(GL_LIGHTING_BIT);
    213214  glDisable(GL_LIGHTING);
     215
    214216  WorldEntity::draw();
    215 //   glEnable(GL_LIGHTING);
     217
    216218  glPopAttrib();
    217219
Note: See TracChangeset for help on using the changeset viewer.