Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8255 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Jun 8, 2006, 3:44:12 PM (18 years ago)
Author:
bensch
Message:

merged the atmos back with command: https://svn.orxonox.net/orxonox/branches/atmospheric_engine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.cc

    r8190 r8255  
    566566
    567567
    568   AtmosphericEngine::getInstance()->draw();
    569 
    570568  //glEnable(GL_DEPTH_TEST);
    571569  //glEnable(GL_LIGHTING);
     
    583581    this->drawEntityList(State::getObjectManager()->getObjectList(this->dataTank->drawLists[i]));
    584582
    585 
     583  AtmosphericEngine::getInstance()->draw();
     584 
    586585  if( unlikely( this->showBV))
    587586  {
Note: See TracChangeset for help on using the changeset viewer.