Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3353 in orxonox.OLD for orxonox/branches/parenting/src/world.cc


Ignore:
Timestamp:
Jan 6, 2005, 10:33:27 AM (19 years ago)
Author:
patrick
Message:

orxonox/branches/parenting: commented out the old nurbs opengl test lines, so that everyone can enjoy our own bezier-lines…:)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/world.cc

    r3352 r3353  
    101101  cn->enable(true);
    102102
    103   glMap1f (GL_MAP1_VERTEX_3, 0.0, 1.0, 3, 4, &ctrlpoints[0][0]);
    104   glEnable (GL_MAP1_VERTEX_3);
     103  //glMap1f (GL_MAP1_VERTEX_3, 0.0, 1.0, 3, 4, &ctrlpoints[0][0]);
     104  //glEnable (GL_MAP1_VERTEX_3);
    105105 
    106106  //theNurb = gluNewNurbsRenderer ();
     
    560560  glEnd();
    561561
     562  /*
    562563  glBegin(GL_LINE_STRIP);
    563564  glColor3f(1.0, 5.0, 1.0);
     
    567568    }
    568569  glEnd();
     570  */
    569571
    570572  trackManager->drawGraph(.01);
Note: See TracChangeset for help on using the changeset viewer.