Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 20, 2006, 11:42:28 AM (18 years ago)
Author:
patrick
Message:

water: the stuff is drawn twice now, there where some logical errors in the code. not yet drawn on the texture i'm afraid

File:
1 edited

Legend:

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

    r7692 r7740  
    490490      mw->activateReflection();
    491491
     492      //camera and light
     493      this->dataTank->localCamera->apply ();
     494      this->dataTank->localCamera->project ();
     495      LightManager::getInstance()->draw();
    492496      // draw everything to be included in the reflection
    493497      for (unsigned int i = 0; i < this->dataTank->drawLists.size(); ++i)
Note: See TracChangeset for help on using the changeset viewer.