Changeset 9071 in orxonox.OLD for branches/terrain/src/world_entities
- Timestamp:
- Jul 3, 2006, 10:23:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/world_entities/camera.cc
r8775 r9071 34 34 this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW5); 35 35 36 this->setFovy( 60.0);36 this->setFovy(90.0); 37 37 this->setAspectRatio(1.2f); 38 38 this->setClipRegion( .1, 40.0f );
Note: See TracChangeset
for help on using the changeset viewer.