Changeset 9235 in orxonox.OLD for trunk/src/world_entities/camera.cc
- Timestamp:
- Jul 5, 2006, 4:39:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/camera.cc
r7868 r9235 36 36 this->setFovy(90); 37 37 this->setAspectRatio(1.2f); 38 this->setClipRegion(.1, 2000);38 this->setClipRegion(.1, 10000); 39 39 40 40 this->setViewMode(Camera::ViewNormal);
Note: See TracChangeset
for help on using the changeset viewer.