Changeset 8448 in orxonox.OLD for trunk/src/lib/gui/gl/glgui_bar.cc
- Timestamp:
- Jun 15, 2006, 12:48:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl/glgui_bar.cc
r8145 r8448 46 46 this->setClassID(CL_GLGUI_BAR, "GLGuiBar"); 47 47 48 this-> frontMaterial().setDiffuse(1,1,1);48 this->setFrontColor(Color(1,1,1)); 49 49 50 50 this->setSize2D(50, 10); … … 64 64 GLGuiWidget::draw(); 65 65 66 this->frontMaterial().select();66 //this->frontMaterial().select(); 67 67 glBegin(GL_QUADS); 68 68
Note: See TracChangeset
for help on using the changeset viewer.