Changeset 8349 in orxonox.OLD for branches/terrain/src/world_entities
- Timestamp:
- Jun 13, 2006, 7:41:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/world_entities/camera.cc
r7868 r8349 36 36 this->setFovy(90); 37 37 this->setAspectRatio(1.2f); 38 this->setClipRegion( .1, 2000);38 this->setClipRegion( .1, 100.0f ); 39 39 40 40 this->setViewMode(Camera::ViewNormal);
Note: See TracChangeset
for help on using the changeset viewer.