Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7157 in orxonox.OLD for trunk/src/subprojects/framework.cc


Ignore:
Timestamp:
Feb 16, 2006, 3:34:01 PM (18 years ago)
Author:
bensch
Message:

sync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/subprojects/framework.cc

    r6074 r7157  
    9090{
    9191  glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
    92   glLoadIdentity(); // Reset the view
     92  camera->apply();
     93  camera->project();
    9394
    9495  this->moduleDraw();
    9596
    96   camera->apply();
    9797
    9898  SDL_GL_SwapBuffers(); // Swap the buffers
Note: See TracChangeset for help on using the changeset viewer.