Changeset 10723 in orxonox.OLD for branches/presentation/src
- Timestamp:
- Jun 19, 2007, 6:33:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/tools/camera.cc
r10698 r10723 73 73 this->target = new CameraTarget(); 74 74 this->target->masta=this; 75 this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW0);76 this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW1);77 this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW2);78 this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW3);79 this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW4);80 this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW5);75 // this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW0); 76 // this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW1); 77 // this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW2); 78 // this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW3); 79 // this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW4); 80 // this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW5); 81 81 82 82 //this->setFovy(90);
Note: See TracChangeset
for help on using the changeset viewer.