Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7814 in orxonox.OLD for branches/water/src/story_entities


Ignore:
Timestamp:
May 24, 2006, 4:39:32 PM (18 years ago)
Author:
stefalie
Message:

branches/water: textures works now, but its at the wrong place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/water/src/story_entities/game_world.cc

    r7785 r7814  
    497497      LightManager::getInstance()->draw();
    498498      // draw everything to be included in the reflection
    499       for (unsigned int i = 0; i < this->dataTank->drawLists.size(); ++i)
    500         this->drawEntityList(State::getObjectManager()->getObjectList(this->dataTank->drawLists[i]));
     499      this->drawEntityList(State::getObjectManager()->getReflectionList());
     500//       for (unsigned int i = 0; i < this->dataTank->drawLists.size(); ++i)
     501//         this->drawEntityList(State::getObjectManager()->getObjectList(this->dataTank->drawLists[i]));
    501502
    502503      // clean up from reflection rendering
Note: See TracChangeset for help on using the changeset viewer.