Changeset 8697 in orxonox.OLD for branches/terrain/src/world_entities/camera.cc
- Timestamp:
- Jun 21, 2006, 11:45:20 PM (19 years ago)
- Location:
- branches/terrain
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/world_entities/camera.cc
r7868 r8697 34 34 this->subscribeEvent(ES_GAME, KeyMapper::PEV_VIEW5); 35 35 36 this->setFovy( 90);36 this->setFovy(60.0); 37 37 this->setAspectRatio(1.2f); 38 this->setClipRegion( .1, 2000);38 this->setClipRegion( .1, 40.0f ); 39 39 40 40 this->setViewMode(Camera::ViewNormal); … … 83 83 { 84 84 this->nearClip = nearClip; 85 this->farClip = farClip;85 this->farClip = 400.0f;//farClip; 86 86 } 87 87
Note: See TracChangeset
for help on using the changeset viewer.