Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 17, 2005, 12:41:57 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: GraphicsEngine now stores the glMatrices, when transforming into 2D-mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/graphics_engine.h

    r3790 r3844  
    4040  static void leave2DMode(void);
    4141
     42  static void storeMatrices(void);
     43  static GLdouble modMat[16];
     44  static GLdouble projMat[16];
     45  static GLint viewPort[4];
     46
     47
     48
    4249 private:
    4350  GraphicsEngine();
Note: See TracChangeset for help on using the changeset viewer.