Changeset 10647 in orxonox.OLD for branches/hud/src/world_entities/tools
- Timestamp:
- May 3, 2007, 4:54:42 PM (18 years ago)
- Location:
- branches/hud/src/world_entities/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/hud/src/world_entities/tools/camera.cc
r10618 r10647 203 203 this->setRelCoor(Vector(-0.05, this->viewTopDistance , 0)); 204 204 this->target->setRelCoor(0,0,0); 205 break; 206 } 207 case Camera::ViewFPS: 208 { 209 this->fovy = viewNormalFovy; 210 this->toFovy = viewNormalFovy; 211 this->setRelCoorSoft(this->viewFrontDistance, 0, 0, 5); 212 this->target->setRelCoorSoft(Vector(10,0,0), 5); 205 213 } 206 214 } -
branches/hud/src/world_entities/tools/camera.h
r10618 r10647 34 34 ViewLeft, 35 35 ViewRight, 36 ViewTop 36 ViewTop, 37 ViewFPS 37 38 }; 38 39 public:
Note: See TracChangeset
for help on using the changeset viewer.