Changeset 10654 in orxonox.OLD for branches/hud/src/world_entities/tools/camera.cc
- Timestamp:
- May 12, 2007, 12:13:13 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/hud/src/world_entities/tools/camera.cc
r10647 r10654 211 211 this->setRelCoorSoft(this->viewFrontDistance, 0, 0, 5); 212 212 this->target->setRelCoorSoft(Vector(10,0,0), 5); 213 break; 214 } 215 case Camera::ViewFPSZoom: 216 { 217 this->fovy = viewNormalFovy; 218 this->toFovy = 30; 219 this->setRelCoorSoft(2, 0, 0, 5); 220 this->target->setRelCoorSoft(Vector(10,0,0), 5); 213 221 } 214 222 }
Note: See TracChangeset
for help on using the changeset viewer.