Changeset 7740 in orxonox.OLD for branches/water/src/story_entities/game_world.cc
- Timestamp:
- May 20, 2006, 11:42:28 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/water/src/story_entities/game_world.cc
r7692 r7740 490 490 mw->activateReflection(); 491 491 492 //camera and light 493 this->dataTank->localCamera->apply (); 494 this->dataTank->localCamera->project (); 495 LightManager::getInstance()->draw(); 492 496 // draw everything to be included in the reflection 493 497 for (unsigned int i = 0; i < this->dataTank->drawLists.size(); ++i)
Note: See TracChangeset
for help on using the changeset viewer.