Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3279 in orxonox.OLD for orxonox/branches/old.dave/src/camera.cc


Ignore:
Timestamp:
Dec 25, 2004, 3:03:04 PM (19 years ago)
Author:
dave
Message:

branches/old.dave: Die Neigung des Raumschiffes ist jetzt nicht mehr so stark, und jetzt kann man auch 2 Tasten aufs mal drücken, ohne dass das Raumschiffsche jedes mal anhält:)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/old.dave/src/camera.cc

    r2636 r3279  
    206206  // view
    207207  // TO DO: implement options for frustum generation
    208   glFrustum(-1.0, 1.0, -1.0, 1.0, 1.5, 250.0);
     208  glFrustum(-1.0, 1.0, -1.0, 1.0, 1.5, 400.0);
    209209  //Vector up(0,0,1);
    210210  //Vector dir(1,0,0);
Note: See TracChangeset for help on using the changeset viewer.