Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6778 in orxonox.OLD for trunk/src/world_entities/camera.cc


Ignore:
Timestamp:
Jan 26, 2006, 5:49:58 PM (20 years ago)
Author:
bensch
Message:

trunk: ModelView work…

File:
1 edited

Legend:

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

    r6772 r6778  
    188188  glLoadIdentity ();
    189189
    190   // setting up the perspective
    191190  gluPerspective(this->fovy,
    192191                 this->aspectRatio,
    193192                 this->nearClip,
    194193                 this->farClip);
     194
     195
     196    // setting up the perspective
    195197  // speed-up feature
    196198  Vector cameraPosition = this->getAbsCoor();
     
    205207            up.x, up.y, up.z);
    206208
     209
    207210  glMatrixMode (GL_MODELVIEW);
    208211  glLoadIdentity();
     212
     213
     214
    209215}
    210216
Note: See TracChangeset for help on using the changeset viewer.