Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10222 in orxonox.OLD for branches/gui/src/lib/gui/gl/glgui_widget.cc


Ignore:
Timestamp:
Jan 10, 2007, 4:29:00 PM (17 years ago)
Author:
hejja
Message:

more

File:
1 edited

Legend:

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

    r10221 r10222  
    112112
    113113
    114 //   this->mat->setBlendFunc(GL_SRC_ALPHA,GL_ONE);
    115 //   this->mat->setDiffuse(1,1,1);
    116 //   this->mat->setDiffuseMap("laser_add.png");
    117 //   this->mat->setDiffuseMap("laser.png",1);
    118 
    119     this->setBackgroundColor(Color(.51, .3, .3, 0));
    120     this->setBackgroundColor(Color(.51, .3, .3, 0), OrxGui::Selected);
     114
     115    this->setBackgroundColor(Color(1, 1, 1, 0.5));
     116    this->setBackgroundColor(Color(0, 0, 0, 0), OrxGui::Selected);
     117
     118
    121119    this->_style[0]._background.setBlendFunc( GL_SRC_ALPHA, GL_SRC_ALPHA);
    122120    this->_style[1]._background.setBlendFunc( GL_SRC_ALPHA, GL_SRC_ALPHA);
     
    132130
    133131    this->setBorderLeft(15);
    134     //this->setBackgroundTexture("gui_element_background.png");
     132    //this->setBackgroundTexture("pogo_bunny.png");
    135133
    136134    this->switchState(_state);
Note: See TracChangeset for help on using the changeset viewer.