Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3175 in orxonox.OLD for orxonox/trunk/src/camera.cc


Ignore:
Timestamp:
Dec 15, 2004, 1:55:30 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk/src: small efficienxy fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/camera.cc

    r2636 r3175  
    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, 250.0);
     209  gluPerspective(60, 1.2f, 0.1, 250);
     210 
    209211  //Vector up(0,0,1);
    210212  //Vector dir(1,0,0);
Note: See TracChangeset for help on using the changeset viewer.