Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8378 in orxonox.OLD for branches/gui/src/lib/gui/gl/glgui_bar.cc


Ignore:
Timestamp:
Jun 14, 2006, 12:31:32 PM (19 years ago)
Author:
bensch
Message:

gui: step 1: remove frontMat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/lib/gui/gl/glgui_bar.cc

    r8145 r8378  
    4646    this->setClassID(CL_GLGUI_BAR, "GLGuiBar");
    4747
    48     this->frontMaterial().setDiffuse(1,1,1);
     48    this->frontColor().setColor(1,1,1);
    4949
    5050    this->setSize2D(50, 10);
     
    6464    GLGuiWidget::draw();
    6565
    66     this->frontMaterial().select();
     66    //this->frontMaterial().select();
    6767    glBegin(GL_QUADS);
    6868
Note: See TracChangeset for help on using the changeset viewer.