Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2242 in orxonox.OLD for orxonox/branches/dave/core/world.cc


Ignore:
Timestamp:
Jul 25, 2004, 10:00:08 PM (20 years ago)
Author:
dave
Message:

orxonox/branches/dave: habe wieder mal was gemacht:)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/dave/core/world.cc

    r1994 r2242  
    206206  /* draw the ground grid  */
    207207  glColor3f(0.3, 0.3, 0.0);
    208   glBegin(GL_LINES);
     208 // glBegin(GL_LINES);
    209209  /* for the moment, we've got only pseudo moving ground
    210210  for (int y = 0; y < 60; y += 2)
Note: See TracChangeset for help on using the changeset viewer.