Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6295 in orxonox.OLD for trunk/src/lib/gui/gl_gui/glgui_pushbutton.cc


Ignore:
Timestamp:
Dec 26, 2005, 3:01:14 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: new GUI-functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl_gui/glgui_pushbutton.cc

    r6287 r6295  
    4646{
    4747  this->setClassID(CL_GLGUI_PUSHBUTTON, "GLGuiPushButton");
     48  this->frontMat.setDiffuse(1,0,0);
    4849//  this->label->setRelCoor2D(10, 10);
    4950}
     
    5657  this->startDraw();
    5758
    58   GLGuiButton::draw();
     59//  GLGuiButton::draw();
    5960
     61  this->frontMat.select();
    6062  glBegin(GL_QUADS);
    6163
Note: See TracChangeset for help on using the changeset viewer.