Changeset 10238 in orxonox.OLD for branches/camera/src/story_entities
- Timestamp:
- Jan 16, 2007, 7:55:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/camera/src/story_entities/game_world.cc
r9869 r10238 548 548 void GameWorld::applyCameraSettings() 549 549 { 550 this->dataTank->localCamera->apply (); 551 this->dataTank->localCamera->project (); 550 551 State::getCamera()->apply (); 552 State::getCamera()->project (); 553 //this->dataTank->localCamera->apply (); 554 //this->dataTank->localCamera->project (); 552 555 GraphicsEngine::storeMatrices(); 553 556 }
Note: See TracChangeset
for help on using the changeset viewer.