Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6730 in orxonox.OLD for branches/height_map_merge/src/world_entities


Ignore:
Timestamp:
Jan 25, 2006, 6:20:55 PM (19 years ago)
Author:
bottac
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/height_map_merge/src/world_entities/terrain.cc

    r6727 r6730  
    223223
    224224  /* translate */
    225  /* glTranslatef (this->getAbsCoor ().x,
     225  glTranslatef (this->getAbsCoor ().x,
    226226                this->getAbsCoor ().y,
    227227                this->getAbsCoor ().z);
    228         */     
    229228  /* rotate */
    230229 // Vector tmpRot = this->getAbsDir().getSpacialAxis();
     
    250249  glPopMatrix();
    251250
     251 
     252 
     253 
     254 
    252255 glMatrixMode(GL_MODELVIEW);
    253256glPushMatrix();
Note: See TracChangeset for help on using the changeset viewer.