Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6778 in orxonox.OLD for trunk/src/world_entities/skysphere.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/skysphere.cc

    r6142 r6778  
    9797void Skysphere::draw() const
    9898{
     99  glMatrixMode(GL_MODELVIEW);
    99100  glPushMatrix();
    100   glMatrixMode(GL_MODELVIEW);
     101
    101102  Vector r = this->getAbsCoor();
    102103  glTranslatef(r.x, r.y, r.z);
Note: See TracChangeset for help on using the changeset viewer.