Changeset 10222 in orxonox.OLD for branches/gui/src/lib
- Timestamp:
- Jan 10, 2007, 4:29:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/gui/gl/glgui_widget.cc
r10221 r10222 112 112 113 113 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 121 119 this->_style[0]._background.setBlendFunc( GL_SRC_ALPHA, GL_SRC_ALPHA); 122 120 this->_style[1]._background.setBlendFunc( GL_SRC_ALPHA, GL_SRC_ALPHA); … … 132 130 133 131 this->setBorderLeft(15); 134 //this->setBackgroundTexture(" gui_element_background.png");132 //this->setBackgroundTexture("pogo_bunny.png"); 135 133 136 134 this->switchState(_state);
Note: See TracChangeset
for help on using the changeset viewer.